xujing 5 anni fa
parent
commit
0ce76e275e
3 ha cambiato i file con 5 aggiunte e 10 eliminazioni
  1. 4
    4
      config/prod.js
  2. 0
    5
      ext.json
  3. 1
    1
      project.config.json

+ 4
- 4
config/prod.js Vedi File

@@ -3,10 +3,10 @@ module.exports = {
3 3
     NODE_ENV: '"production"'
4 4
   },
5 5
   defineConstants: {
6
-    HOST: '"https://dev.fangdeal.cn"',//测试
7
-    WSS_HOST: '"wss://dev.fangdeal.cn"',
8
-    // HOST: '"https://wx.fangdeal.cn"',//正式
9
-    // WSS_HOST: '"wss://wx.fangdeal.cn"',
6
+    // HOST: '"https://dev.fangdeal.cn"',//测试
7
+    // WSS_HOST: '"wss://dev.fangdeal.cn"',
8
+    HOST: '"https://wx.fangdeal.cn"',//正式
9
+    WSS_HOST: '"wss://wx.fangdeal.cn"',
10 10
     OSS_PATH: 'https://njcj.oss-cn-shanghai.aliyuncs.com/',
11 11
     OSS_FAST_PATH: 'https://njcj.oss-accelerate.aliyuncs.com/',
12 12
     Version: 'V3.5.24'

+ 0
- 5
ext.json Vedi File

@@ -1,5 +0,0 @@
1
-{
2
-  "extEnable": true,
3
-  "extAppid": "wxd9ee3a9480a4e544",
4
-  "ext": {}
5
-}

+ 1
- 1
project.config.json Vedi File

@@ -2,7 +2,7 @@
2 2
 	"miniprogramRoot": "dist/",
3 3
 	"projectname": "mini-chengjiao",
4 4
 	"description": "知与行互动",
5
-	"appid": "wxd9ee3a9480a4e544",
5
+	"appid": "wxd6f47a9bb3052175",
6 6
 	"setting": {
7 7
 		"urlCheck": false,
8 8
 		"es6": false,