y595705120 3 lat temu
rodzic
commit
ad1c891dfa
3 zmienionych plików z 6 dodań i 4 usunięć
  1. 2 2
      app.js
  2. 1 2
      app.json
  3. 3 0
      push.bat

+ 2 - 2
app.js

@@ -4,8 +4,8 @@ const secret= "117c0743819088468e590246464cc75e"
 
 App({
   globalData: {
-    // baseAPI: "http://dev.ndjsxh.cn:8888/weixin/",
-    baseAPI:"http://localhost:8000/weixin/",
+    baseAPI: "https://edu.ndjsxh.cn:8443/weixin/",
+    // baseAPI:"http://localhost:8000/weixin/",
     pageSize: 10,
     userInfo: {},
   },

+ 1 - 2
app.json

@@ -1,8 +1,7 @@
 {
   "pages": [
-    "pages/my/index/index",
     "pages/index/index",
-    
+    "pages/my/index/index",
     "pages/exam/index/index",
     
     "pages/record/index",

+ 3 - 0
push.bat

@@ -0,0 +1,3 @@
+git add -A
+git commit -m 'normal'
+git push origin master