Browse Source

[appid url修改][修改]:appid修改 url接口的修改

tags/2.2.4
meo 6 years ago
parent
commit
6e44890837
2 changed files with 5 additions and 5 deletions
  1. +3
    -3
      config/config.js
  2. +2
    -2
      project.config.json

+ 3
- 3
config/config.js View File

@@ -1,7 +1,7 @@
var config = { var config = {
name: "富茂科技", name: "富茂科技",
url: "https://ciformall.youlane.cn/C/api",
url:"https://c.malls.iformall.com",
// url: "https://ciformall.youlane.cn/C/api",
url:"https://c.malls.iformall.com/C/api",
//url: "http://31adc9ce.ngrok.io/C/api", //url: "http://31adc9ce.ngrok.io/C/api",
api: { api: {
/** /**
@@ -136,7 +136,7 @@ var config = {
}, },


weapp: { weapp: {
AppId: "wxb11603577a84a86d"
AppId: "wx649b3be73c1afe47"
}, },
ErrorCode: { ErrorCode: {
NICK_NOT_AUTH: 11004, NICK_NOT_AUTH: 11004,


+ 2
- 2
project.config.json View File

@@ -4,7 +4,7 @@
"ignore": [] "ignore": []
}, },
"setting": { "setting": {
"urlCheck": false,
"urlCheck": true,
"es6": true, "es6": true,
"postcss": true, "postcss": true,
"minified": true, "minified": true,
@@ -12,7 +12,7 @@
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.2.5", "libVersion": "2.2.5",
"appid": "wxb11603577a84a86d",
"appid": "wx649b3be73c1afe47",
"projectname": "%E5%AF%8C%E8%8C%82%E9%93%BE%E5%AE%A2", "projectname": "%E5%AF%8C%E8%8C%82%E9%93%BE%E5%AE%A2",
"isGameTourist": false, "isGameTourist": false,
"condition": { "condition": {


Loading…
Cancel
Save