feat: 一些调整

This commit is contained in:
2026-05-14 11:23:03 +08:00
parent 2b908436fd
commit b48426fc84
12 changed files with 20 additions and 15 deletions

View File

@@ -15,9 +15,9 @@ const getEvnUrl = async () => {
if (developVersion) {
const appStore = useAppStore();
appStore.setServerConfig({
baseUrl: devUrl, // 服务器基础地址
wssUrl: wssDevUrl, // 服务器wss地址
});
baseUrl: "https://abroadbiz.nianxx.com/ingress", // 服务器基础地址
wssUrl: "wss://abroadbiz.nianxx.com/ingress/agent/ws/chat", // 服务器wss地址
});
return;
}