瀏覽代碼

修改完成

menc 2 年之前
父節點
當前提交
f07a2a154c
共有 3 個文件被更改,包括 4 次插入4 次删除
  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() {
   },