chore(config): 更新API接口地址配置

- 将API接口域名从 mp-api.websoft.top 更改为 glt-api.websoft.top
- 注释掉本地开发服务器地址配置
- 移除未使用的 openNew 工具函数导入
- 统一多个页面中的二维码生成接口地址变更
This commit is contained in:
2026-02-13 19:10:03 +08:00
parent 520fc2bc49
commit b108849a10
5 changed files with 5 additions and 6 deletions

View File

@@ -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';

View File

@@ -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) => {

View File

@@ -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) => {

View File

@@ -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) => {