config: 更新服务器地址配置

- 将 SOCKET_URL 从 server.websoft.top 更新为 glt-server.websoft.top
- 更新用户导入模板下载链接的服务器地址
- 修改 Vite 代理配置中的 API 目标地址为新服务器
This commit is contained in:
2026-02-13 21:33:03 +08:00
parent b108849a10
commit 0dc0941673
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -23,7 +23,7 @@
<div class="ele-text-center">
<span>只能上传xlsxlsx文件</span>
<a
href="https://server.websoft.top/api/system/user/import/template"
href="https://glt-server.websoft.top/api/system/user/import/template"
download="用户导入模板.xlsx"
>
下载导入模板