浏览代码

[第三方托管平台 测试]

tags/广东版3.2.1
meo 6 年前
父节点
当前提交
a16ce13597
共有 3 个文件被更改,包括 4 次插入8 次删除
  1. +1
    -1
      config/config.js
  2. +1
    -5
      ext.json
  3. +2
    -2
      project.config.json

+ 1
- 1
config/config.js 查看文件

@@ -197,7 +197,7 @@ var config = {
}, },


weapp: { weapp: {
AppId: "wxea71200db93d756b",
AppId: "wxb11603577a84a86d",
baseUrl:'https://s3.cn-northwest-1.amazonaws.com.cn/iformall-net/cimg/' baseUrl:'https://s3.cn-northwest-1.amazonaws.com.cn/iformall-net/cimg/'
}, },




+ 1
- 5
ext.json 查看文件

@@ -1,11 +1,7 @@
{ {
"extEnable": true, "extEnable": true,
"extAppid": "wxea71200db93d756b",
"extAppid": "wxb11603577a84a86d",
"directCommit": false, "directCommit": false,
"navigateToMiniProgramAppIdList": [
"wx192b7d2e8dcbefd0",
"wxc07f9d67923d676d"
],
"tabBar": { "tabBar": {
"color": "#9F9F9F", "color": "#9F9F9F",
"selectedColor": "#00C0FF", "selectedColor": "#00C0FF",


+ 2
- 2
project.config.json 查看文件

@@ -4,7 +4,7 @@
"ignore": [] "ignore": []
}, },
"setting": { "setting": {
"urlCheck": false,
"urlCheck": true,
"es6": true, "es6": true,
"postcss": true, "postcss": true,
"minified": true, "minified": true,
@@ -13,7 +13,7 @@
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.0.9", "libVersion": "2.0.9",
"appid": "wxea71200db93d756b",
"appid": "wxb11603577a84a86d",
"projectname": "C", "projectname": "C",
"isGameTourist": false, "isGameTourist": false,
"condition": { "condition": {


正在加载...
取消
保存