Browse Source

域名更改,重新获取id

gcz 8 months ago
parent
commit
40bf263bff
2 changed files with 4 additions and 4 deletions
  1. 3 3
      h5_web/common/config.js
  2. 1 1
      h5_web/manifest.json

+ 3 - 3
h5_web/common/config.js

@@ -3,9 +3,9 @@
  */
 const node_dev = process.env.H_NODE_ENV;
 let { baseUrl, timChatUrl, viewInterviewUrl } = {
-  baseUrl: 'https://wx.hw.hongweisoft.com/veterans', // 默认测试
-  timChatUrl: 'https://veterh5.hw.hongweisoft.com/chat/pages/login/login', // 默认测试
-  viewInterviewUrl: 'https://veterhwebchat.hw.hongweisoft.com/#/' // 默认测试
+  baseUrl: 'https://wx.dev.dazesoft.cn/veterans', // 默认测试
+  timChatUrl: 'https://veterh5.dev.dazesoft.cn/chat/pages/login/login', // 默认测试
+  viewInterviewUrl: 'https://veterhwebchat.dev.dazesoft.cn/#/' // 默认测试
 };
 console.log(node_dev);
 if (node_dev) {

+ 1 - 1
h5_web/manifest.json

@@ -1,6 +1,6 @@
 {
     "name" : "退役军人服务",
-    "appid" : "__UNI__A65B10D",
+    "appid" : "__UNI__F882627",
     "description" : "",
     "versionName" : "1.0.0",
     "versionCode" : "100",