Jelajahi Sumber

养老水查查正式发布版

wangfen 4 tahun lalu
induk
melakukan
dc1c5a7a41

+ 1 - 1
shuichacha-for-TJ/pages/index/index.json

@@ -1,5 +1,5 @@
 {
-  "navigationBarTitleText": "水查查",
+  "navigationBarTitleText": "养老社区",
   "usingComponents": {
     "popup": "/components/popup/popup",
     "dashboard": "/components/dashboard/dashboard"

+ 5 - 4
shuichacha-for-TJ/project.config.json

@@ -4,7 +4,7 @@
     "ignore": []
   },
   "setting": {
-    "urlCheck": false,
+    "urlCheck": true,
     "es6": true,
     "enhance": true,
     "postcss": true,
@@ -21,7 +21,7 @@
     "checkSiteMap": true,
     "uploadWithSourceMap": true,
     "compileHotReLoad": false,
-    "useMultiFrameRuntime": false,
+    "useMultiFrameRuntime": true,
     "useApiHook": true,
     "babelSetting": {
       "ignore": [],
@@ -36,11 +36,12 @@
     "userConfirmedBundleSwitch": false,
     "packNpmManually": false,
     "packNpmRelationList": [],
-    "minifyWXSS": true
+    "minifyWXSS": true,
+    "useApiHostProcess": true
   },
   "compileType": "miniprogram",
   "libVersion": "2.12.0",
-  "appid": "wx27f831675081e293",
+  "appid": "wx6e9d9023b7b89797",
   "projectname": "%E6%B0%B4%E6%9F%A5%E6%9F%A5",
   "debugOptions": {
     "hidedInDevtools": []

+ 2 - 1
shuichacha-for-TJ/utils/http.js

@@ -1,7 +1,8 @@
 // 本地环境
 // const $perfix = 'http://localhost:8090';
 // const $perfix = 'http://10.0.0.153:8099';
-const $perfix = 'http://114.135.61.188:33334';
+// const $perfix = 'http://114.135.61.188:33334';
+const $perfix = 'https://ccrc.zoniot.com';
 // 测试环境
 // const $perfix = 'http://114.135.61.188:58082';