ssfg 5 years ago
parent
commit
eef66e2687
2 changed files with 6 additions and 6 deletions
  1. 2 2
      app.json
  2. 4 4
      utils/util.js

+ 2 - 2
app.json

@@ -31,8 +31,8 @@
     "pages/Identity/Identity",
     "pages/Identity/Identity",
     "pages/myTraining/myTraining",
     "pages/myTraining/myTraining",
     "pages/agoClass/agoClass",
     "pages/agoClass/agoClass",
-    
-    "pages/grade/grade"
+    "pages/grade/grade",
+	"pages/historyClass/historyClass"
   
   
     
     
   ],
   ],

+ 4 - 4
utils/util.js

@@ -1,7 +1,7 @@
 const globalData = {
 const globalData = {
   // 正式服务器
   // 正式服务器
-  publicUrl: 'https://sqdx.jiaxintech.com',
-  // publicUrl: 'http://10.16.10.139:8090',
+  // publicUrl: 'https://sqdx.jiaxintech.com',
+  publicUrl: 'http://10.16.10.139',
   publicSocketUrl: 'wss://sqdx.jiaxintech.com'
   publicSocketUrl: 'wss://sqdx.jiaxintech.com'
   // 测试服务器
   // 测试服务器
   // publicUrl: 'https://sqdx.windd.cn',
   // publicUrl: 'https://sqdx.windd.cn',
@@ -10,8 +10,8 @@ const globalData = {
   // publicUrl: 'http://10.16.4.19:8090',,
   // publicUrl: 'http://10.16.4.19:8090',,
   // publicSocketUrl: 'ws://10.16.4.19:8090'
   // publicSocketUrl: 'ws://10.16.4.19:8090'
   // 本地luyu 
   // 本地luyu 
-  // publicUrl: 'http://10.16.10.139:8090', 
-  // publicSocketUrl: 'ws://10.16.10.139:8090'
+  // publicUrl: 'http://10.16.10.139', 
+  // publicSocketUrl: 'ws://10.16.10.139'
   //zxq
   //zxq
   //publicUrl: 'http://10.16.4.26:8080', 
   //publicUrl: 'http://10.16.4.26:8080', 
 };
 };