feat: 一些调整
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user