diff --git a/.env.development b/.env.development index fbcc74b..5f14a43 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,6 @@ VITE_APP_NAME=后台管理(开发环境) -VITE_API_URL=http://127.0.0.1:9200/api +#VITE_API_URL=http://127.0.0.1:9200/api #VITE_SERVER_API_URL=http://127.0.0.1:8000/api -#VITE_API_URL=https://cms-api.s209.websoft.top/api +VITE_API_URL=https://glt-api.websoft.top/api diff --git a/src/views/shop/dashboard/index.vue b/src/views/shop/dashboard/index.vue index 0b8e886..4a7cc55 100644 --- a/src/views/shop/dashboard/index.vue +++ b/src/views/shop/dashboard/index.vue @@ -213,7 +213,6 @@ MoneyCollectOutlined } from '@ant-design/icons-vue'; import { message } from 'ant-design-vue/es'; - import { openNew } from '@/utils/common'; import { useSiteStore } from '@/store/modules/site'; import { useStatisticsStore } from '@/store/modules/statistics'; import { storeToRefs } from 'pinia'; diff --git a/src/views/shop/shopDealerUser/index.vue b/src/views/shop/shopDealerUser/index.vue index d7d858a..f1d222c 100644 --- a/src/views/shop/shopDealerUser/index.vue +++ b/src/views/shop/shopDealerUser/index.vue @@ -111,7 +111,7 @@ const loading = ref(true); const getQrCodeUrl = (userId?: number) => { - return `https://mp-api.websoft.top/api/wx-login/getOrderQRCodeUnlimited/uid_${userId ?? ''}`; + return `https://glt-api.websoft.top/api/wx-login/getOrderQRCodeUnlimited/uid_${userId ?? ''}`; }; const openQrCode = (row: ShopDealerUser) => { diff --git a/src/views/shop/shopDealerUserDelivery/index.vue b/src/views/shop/shopDealerUserDelivery/index.vue index c304209..9a2ed56 100644 --- a/src/views/shop/shopDealerUserDelivery/index.vue +++ b/src/views/shop/shopDealerUserDelivery/index.vue @@ -114,7 +114,7 @@ const loading = ref(true); const getQrCodeUrl = (userId?: number) => { - return `https://mp-api.websoft.top/api/wx-login/getOrderQRCodeUnlimited/uid_${userId ?? ''}`; + return `https://glt-api.websoft.top/api/wx-login/getOrderQRCodeUnlimited/uid_${userId ?? ''}`; }; const openQrCode = (row: ShopDealerUser) => { diff --git a/src/views/shop/shopDealerUserShop/index.vue b/src/views/shop/shopDealerUserShop/index.vue index 5661a56..279c7b4 100644 --- a/src/views/shop/shopDealerUserShop/index.vue +++ b/src/views/shop/shopDealerUserShop/index.vue @@ -114,7 +114,7 @@ const loading = ref(true); const getQrCodeUrl = (userId?: number) => { - return `https://mp-api.websoft.top/api/wx-login/getOrderQRCodeUnlimited/uid_${userId ?? ''}`; + return `https://glt-api.websoft.top/api/wx-login/getOrderQRCodeUnlimited/uid_${userId ?? ''}`; }; const openQrCode = (row: ShopDealerUser) => {