chengjie 1 주 전
부모
커밋
07fdc0a9aa
1개의 변경된 파일8개의 추가작업 그리고 5개의 파일을 삭제
  1. 8 5
      app.js

+ 8 - 5
app.js

@@ -1,15 +1,15 @@
1 1
 App({
2 2
   globalData: {
3
-    Version: "1.1.8",
4
-    //IsProduction: true,
3
+    Version: "1.2.0",
4
+    IsProduction: true,
5 5
     ShareTitle: "上海中考招生信息查询工具",
6 6
     SharePath: "pages/index/index",
7 7
     ShareImage: '../images/fs_a01.png',
8 8
     ProgramID: 173,
9 9
     ProgramName: "秒过分数线",
10 10
     AppID: "wx39bc498e7fdacb6b",
11
-    serverUrl: "https:/scoreline.kylx365.com/apiData/",
12
-    serverUrlServer: "https://scoreline.kylx365.com/apiData/",
11
+    serverUrl: "https:/www.kylx365.com/apiData/",
12
+    serverUrlServer: "https://www.kylx365.com/apiData/",
13 13
     serverUrlLocalhost: "http://localhost:3000/apiData/",
14 14
     uploadImageUrl: "https://miaguo-1253256735.file.myqcloud.com/",
15 15
     IsIOS: true,
@@ -53,7 +53,10 @@ App({
53 53
         this.globalData.systemInfo.model.indexOf("11") >= 0 ||
54 54
         this.globalData.systemInfo.model.indexOf("12") >= 0 ||
55 55
         this.globalData.systemInfo.model.indexOf("13") >= 0 ||
56
-        this.globalData.systemInfo.model.indexOf("14") >= 0)
56
+        this.globalData.systemInfo.model.indexOf("14") >= 0 ||
57
+        this.globalData.systemInfo.model.indexOf("15") >= 0 ||
58
+        this.globalData.systemInfo.model.indexOf("16") >= 0 ||
59
+        this.globalData.systemInfo.model.indexOf("17") >= 0)
57 60
         this.globalData.IsIPhoneX = true;
58 61
     }
59 62