config(server): 切换到正式服务器API地址

- 将SERVER_API_URL从测试地址切换为正式地址
- 注释掉旧的服务器地址配置
- 确保使用正确的线上服务接口地址
This commit is contained in:
2026-03-10 11:30:32 +08:00
parent a6749bcedb
commit 80d4db4156

View File

@@ -4,8 +4,8 @@ import {User} from "@/api/system/user/model";
// 模版套餐ID - 请根据实际情况修改 // 模版套餐ID - 请根据实际情况修改
export const TEMPLATE_ID = '10584'; export const TEMPLATE_ID = '10584';
// 服务接口 - 请根据实际情况修改 // 服务接口 - 请根据实际情况修改
// export const SERVER_API_URL = 'https://glt-server.websoft.top/api'; export const SERVER_API_URL = 'https://glt-server.websoft.top/api';
export const SERVER_API_URL = 'https://server.websoft.top/api'; // export const SERVER_API_URL = 'https://server.websoft.top/api';
// export const SERVER_API_URL = 'http://127.0.0.1:8000/api'; // export const SERVER_API_URL = 'http://127.0.0.1:8000/api';
/** /**
* 保存用户信息到本地存储 * 保存用户信息到本地存储