xujing 5 years ago
parent
commit
1a75376428
3 changed files with 3 additions and 4 deletions
  1. 1
    1
      config/prod.js
  2. 2
    2
      project.config.json
  3. 0
    1
      src/pages/project/detail/index.js

+ 1
- 1
config/prod.js View File

@@ -9,7 +9,7 @@ module.exports = {
9 9
     WSS_HOST: '"wss://dev.jinchengjiaye.com"',
10 10
     // HOST: '"https://lt.pawoma.cn"',
11 11
     // WSS_HOST: '"wss://lt.pawoma.cn"',
12
-    Version:'V3.5.3'
12
+    Version:'V3.5.2.3'
13 13
   },
14 14
   weapp: {},
15 15
   h5: {}

+ 2
- 2
project.config.json View File

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

+ 0
- 1
src/pages/project/detail/index.js View File

@@ -81,7 +81,6 @@ export default class Index extends Component {
81 81
         })
82 82
       // }
83 83
 
84
-
85 84
       const router = Taro.getStorageSync('router')
86 85
       const id = this.$router.params.id || router.query.id
87 86