config: 更新服务器地址配置
- 将 SOCKET_URL 从 server.websoft.top 更新为 glt-server.websoft.top - 更新用户导入模板下载链接的服务器地址 - 修改 Vite 代理配置中的 API 目标地址为新服务器
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<div class="ele-text-center">
|
||||
<span>只能上传xls、xlsx文件,</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"
|
||||
>
|
||||
下载导入模板
|
||||
|
||||
Reference in New Issue
Block a user