menc 2 år sedan
förälder
incheckning
f07a2a154c
3 ändrade filer med 4 tillägg och 4 borttagningar
  1. 2 2
      base/httputil.js
  2. 1 1
      pages/patrol_list/patrol_list.js
  3. 1 1
      pages/search/search.js

+ 2 - 2
base/httputil.js

@@ -1,6 +1,6 @@
 // let BASE_Server = "http://127.0.0.1:8329"
-    let BASE_Server = "https://192.168.1.114:18080"
-// let BASE_Server = "https://sookajs.top:18080"
+    // let BASE_Server = "https://192.168.1.114:18080"
+let BASE_Server = "https://sookajs.top:28080"
 
 
 

+ 1 - 1
pages/patrol_list/patrol_list.js

@@ -8,7 +8,7 @@ Page({
     host: app.globalData.host,
     enterpriseId:null,
     mList: null,
-    keyword:null,
+    keyword:'',
   },
 
   onLoad(options) {

+ 1 - 1
pages/search/search.js

@@ -8,7 +8,7 @@ Page({
     host: app.globalData.host,
     enterpriseList: [],
     enterpriseCode:'',
-    keyword:null,
+    keyword:'',
   },
   onLoad() {
   },