@@ -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,8 +1,7 @@
{
"pages": [
- "pages/my/index/index",
"pages/index/index",
-
+ "pages/my/index/index",
"pages/exam/index/index",
"pages/record/index",
@@ -0,0 +1,3 @@
+git add -A
+git commit -m 'normal'
+git push origin master