fd2ce936 by lihua

发版

1 parent 2f109134
1 # 页面标题 1 # 页面标题
2 VITE_APP_TITLE = 可信数据服务平台 2 VITE_APP_TITLE = 可信数据服务平台
3 # 接口域名 3 # 接口域名
4 VITE_API_BASEURL = https://daop-tds-test.zgsjzc.com/ 4 VITE_API_BASEURL = https://enterprise-tds.zgsjzc.com/
5 # VITE_API_BASEURL = http://49.4.26.201:31709/
6 5
7 VITE_IDASS_BASEURL = https://daop-test.zgsjzc.com/portalLogin 6 VITE_IDASS_BASEURL = https://enterprise.zgsjzc.com/portalLogin
8 7
9 # # 平台用户 接口请地址 8 # # 平台用户 接口请地址
10 # VITE_APP_USER_API_BASEURL = gateway-server 9 # VITE_APP_USER_API_BASEURL = gateway-server
......
...@@ -276,8 +276,8 @@ const messageAllRead = () => { ...@@ -276,8 +276,8 @@ const messageAllRead = () => {
276 const createServerConnect = () => { 276 const createServerConnect = () => {
277 let websocketUrl = 'ws://192.168.6.20:39203'; 277 let websocketUrl = 'ws://192.168.6.20:39203';
278 //测试环境 278 //测试环境
279 if (location.origin == 'https://daop-tds-test.zgsjzc.com') { 279 if (location.origin == 'https://enterprise-tds.zgsjzc.com') {
280 websocketUrl = 'wss://daop-tds-test.zgsjzc.com/websocket' 280 websocketUrl = 'wss://enterprise-tds.zgsjzc.com/websocket'
281 } 281 }
282 const ws = new WebSocket(`${websocketUrl}/websocket/${userData.staffGuid}`); 282 const ws = new WebSocket(`${websocketUrl}/websocket/${userData.staffGuid}`);
283 ws.onopen = function () { 283 ws.onopen = function () {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!