From f54f2ae111dd6e0a665a41ab80dbd894dae7b145 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Fri, 26 Apr 2019 00:21:33 +0800 Subject: [PATCH 1/4] =?UTF-8?q?[ext.json][=E4=BF=AE=E6=94=B9]:[=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=89=88=E6=9C=AC]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext.json | 73 ++++++++++++++++++++++----------------------- project.config.json | 7 +++-- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/ext.json b/ext.json index c643173..7a95a78 100644 --- a/ext.json +++ b/ext.json @@ -1,65 +1,64 @@ { - "extEnable": true, - "extAppid": "wxea71200db93d756b", "ext": { - "weappId": "wxea71200db93d756b", - "name": "富茂客官开发", - "appVersion": "C.5.1.107", "attr": { - "configUrl": "https://ciformall.youlane.cn/C/api", - "socketUrl": "wss://mp.youlane.cn/W/ws", - "ifHaveWebSocket": "0", - "ifHaveCarModular": "1", - "etcpVersion": "release", + "configUrl": "https://ctest.malls.iformall.com/C/api", "etcpAppId": "wx192b7d2e8dcbefd0", - "etcpCallbackUrl": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback" - } - }, - "permission": { - "scope.userLocation": { - "desc": "你的位置信息将用于小程序位置接口的效果展示" - } + "etcpVersion": "release", + "ifHaveCarModular": "1", + "ifHaveWebSocket": "0", + "etcpCallbackUrl": "https://admintest.malls.iformall.com/api/carCallback/etcpPaidCallback" + }, + "name": "金泸商务", + "weappId": "wx9b0a894a3bbe9627", + "appVersion": "C.test.5.1.0" }, - "directCommit": false, + "debug": false, "tabBar": { - "color": "#abb1be", - "selectedColor": "#b2743d", "list": [ { - "pagePath": "pages/main/index", + "text": "首页", "iconPath": "assets/images/home.png", - "selectedIconPath": "assets/images/home-a.png", - "text": "首页" + "pagePath": "pages/main/index", + "selectedIconPath": "assets/images/home-a.png" }, { - "pagePath": "pages/index/searchbar/index", + "text": "门店", "iconPath": "assets/images/mendian.png", - "selectedIconPath": "assets/images/mendian-a.png", - "text": "门店" + "pagePath": "pages/index/searchbar/index", + "selectedIconPath": "assets/images/mendian-a.png" }, { - "pagePath": "pages/passCar/passCar", + "text": "停车", "iconPath": "assets/images/park.png", - "selectedIconPath": "assets/images/park-a.png", - "text": "停车" + "pagePath": "pages/passCar/passCar", + "selectedIconPath": "assets/images/park-a.png" }, { - "pagePath": "pages/user/index", + "text": "我的", "iconPath": "assets/images/user.png", - "selectedIconPath": "assets/images/user-a.png", - "text": "我的" + "pagePath": "pages/user/index", + "selectedIconPath": "assets/images/user-a.png" } - ] + ], + "color": "#abb1be", + "selectedColor": "#b2743d" }, "window": { "backgroundTextStyle": "dark", - "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black", "navigationBarTitleText": "", - "navigationBarTextStyle": "black" + "navigationBarBackgroundColor": "#FFFFFF" }, + "extAppid": "wx9b0a894a3bbe9627", + "extEnable": true, + "permission": { + "scope.userLocation": { + "desc": "你的位置信息将用于小程序位置接口的效果展示" + } + }, + "directCommit": false, "networkTimeout": { "request": 30000, "downloadFile": 10000 - }, - "debug": false + } } \ No newline at end of file diff --git a/project.config.json b/project.config.json index 913c7d5..e5dadff 100644 --- a/project.config.json +++ b/project.config.json @@ -4,16 +4,17 @@ "ignore": [] }, "setting": { - "urlCheck": false, + "urlCheck": true, "es6": true, "postcss": true, "minified": true, "newFeature": true, - "autoAudits": false + "autoAudits": false, + "checkInvalidKey": true }, "compileType": "miniprogram", "libVersion": "2.2.0", - "appid": "wxb11603577a84a86d", + "appid": "wxfa336cad86ed598d", "projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F", "isGameTourist": false, "simulatorType": "wechat", From 04290737b74d43e3cc149269b760a8dfa25ff5e8 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Fri, 26 Apr 2019 00:22:41 +0800 Subject: [PATCH 2/4] [ext.json]:[gitignore] --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 38e7746..e3a06a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /jsconfig.json +/ext.json /.vscode/** From fc3d262c5f43bd3b648a14ef1c24391e1feabff0 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Fri, 26 Apr 2019 00:23:39 +0800 Subject: [PATCH 3/4] [project.config.json]:[gitignore] --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e3a06a2..8e351a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /jsconfig.json /ext.json +/project.config.json /.vscode/** From 29478e40be2b7a3eb4b250fb9a3526a4f28edf83 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Fri, 26 Apr 2019 00:29:37 +0800 Subject: [PATCH 4/4] sitemapLocation --- app.json | 3 ++- sitemap.json | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 sitemap.json diff --git a/app.json b/app.json index b8302dc..a03b24f 100644 --- a/app.json +++ b/app.json @@ -112,5 +112,6 @@ "request": 30000, "downloadFile": 10000 }, - "debug": false + "debug": false, + "sitemapLocation": "sitemap.json" } \ No newline at end of file diff --git a/sitemap.json b/sitemap.json new file mode 100644 index 0000000..ca02add --- /dev/null +++ b/sitemap.json @@ -0,0 +1,7 @@ +{ + "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html", + "rules": [{ + "action": "allow", + "page": "*" + }] +} \ No newline at end of file