diff --git a/src/store/modules/chat.ts b/src/store/modules/chat.ts index 666320a..411dcde 100644 --- a/src/store/modules/chat.ts +++ b/src/store/modules/chat.ts @@ -8,7 +8,7 @@ import { } from '@/api/system/chat'; import { emitter } from '@/utils/common'; -const SOCKET_URL = 'wss://server.websoft.top'; +const SOCKET_URL = 'wss://glt-server.websoft.top'; interface ConnectionOptions { token: string; diff --git a/src/views/shop/shopUser/components/user-import.vue b/src/views/shop/shopUser/components/user-import.vue index 2274410..c13f518 100644 --- a/src/views/shop/shopUser/components/user-import.vue +++ b/src/views/shop/shopUser/components/user-import.vue @@ -23,7 +23,7 @@
只能上传xls、xlsx文件, 下载导入模板 diff --git a/vite.config.ts b/vite.config.ts index 2401645..a1aca06 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -68,7 +68,7 @@ export default defineConfig(({ command }) => { // 代理配置 proxy: { '/api': { - target: process.env.VITE_API_URL || 'https://server.websoft.top', + target: process.env.VITE_API_URL || 'https://glt-server.websoft.top', changeOrigin: true, secure: false, configure: (proxy, _options) => {