Your Name 3 years ago
parent
commit
3c6a5026e5
3 changed files with 4 additions and 4 deletions
  1. 2
    2
      config/dev.js
  2. 1
    1
      config/prod.js
  3. 1
    1
      project.config.json

+ 2
- 2
config/dev.js View File

3
     NODE_ENV: '"development"'
3
     NODE_ENV: '"development"'
4
   },
4
   },
5
   defineConstants: {
5
   defineConstants: {
6
-    // HOST: '"http://192.168.89.147:8080"',
7
-    HOST: '"http://sgl-v2-test.njyunzhi.com"',
6
+    HOST: '"http://127.0.0.1:8080"',
7
+    // HOST: '"http://sgl-v2-test.njyunzhi.com"',
8
     OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
8
     OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
9
   },
9
   },
10
   mini: {},
10
   mini: {},

+ 1
- 1
config/prod.js View File

3
     NODE_ENV: '"production"'
3
     NODE_ENV: '"production"'
4
   },
4
   },
5
   defineConstants: {
5
   defineConstants: {
6
-    HOST: '"https://sgl-v2-test.njyunzhi.com"',
6
+    HOST: '"https://sgl-v2.njyunzhi.com"',
7
     OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
7
     OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
8
   },
8
   },
9
   mini: {},
9
   mini: {},

+ 1
- 1
project.config.json View File

2
   "miniprogramRoot": "./dist",
2
   "miniprogramRoot": "./dist",
3
   "projectname": "miniapp",
3
   "projectname": "miniapp",
4
   "description": "十公里",
4
   "description": "十公里",
5
-  "appid": "wx835627a9b9b3932a",
5
+  "appid": "wx06a7372d48d56843",
6
   "setting": {
6
   "setting": {
7
     "urlCheck": true,
7
     "urlCheck": true,
8
     "es6": false,
8
     "es6": false,