chore(config): 更新API接口地址配置
- 将API接口域名从 mp-api.websoft.top 更改为 glt-api.websoft.top - 注释掉本地开发服务器地址配置 - 移除未使用的 openNew 工具函数导入 - 统一多个页面中的二维码生成接口地址变更
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
VITE_APP_NAME=后台管理(开发环境)
|
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_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
|
||||||
|
|||||||
@@ -213,7 +213,6 @@
|
|||||||
MoneyCollectOutlined
|
MoneyCollectOutlined
|
||||||
} from '@ant-design/icons-vue';
|
} from '@ant-design/icons-vue';
|
||||||
import { message } from 'ant-design-vue/es';
|
import { message } from 'ant-design-vue/es';
|
||||||
import { openNew } from '@/utils/common';
|
|
||||||
import { useSiteStore } from '@/store/modules/site';
|
import { useSiteStore } from '@/store/modules/site';
|
||||||
import { useStatisticsStore } from '@/store/modules/statistics';
|
import { useStatisticsStore } from '@/store/modules/statistics';
|
||||||
import { storeToRefs } from 'pinia';
|
import { storeToRefs } from 'pinia';
|
||||||
|
|||||||
@@ -111,7 +111,7 @@
|
|||||||
const loading = ref(true);
|
const loading = ref(true);
|
||||||
|
|
||||||
const getQrCodeUrl = (userId?: number) => {
|
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) => {
|
const openQrCode = (row: ShopDealerUser) => {
|
||||||
|
|||||||
@@ -114,7 +114,7 @@
|
|||||||
const loading = ref(true);
|
const loading = ref(true);
|
||||||
|
|
||||||
const getQrCodeUrl = (userId?: number) => {
|
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) => {
|
const openQrCode = (row: ShopDealerUser) => {
|
||||||
|
|||||||
@@ -114,7 +114,7 @@
|
|||||||
const loading = ref(true);
|
const loading = ref(true);
|
||||||
|
|
||||||
const getQrCodeUrl = (userId?: number) => {
|
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) => {
|
const openQrCode = (row: ShopDealerUser) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user