瀏覽代碼

[修改ext.json文件]

tags/永修铜锣湾3.3.3
meo 6 年之前
父節點
當前提交
ce7fc84028
共有 2 個文件被更改,包括 17 次插入4 次删除
  1. +1
    -1
      app.json
  2. +16
    -3
      ext.json

+ 1
- 1
app.json 查看文件

@@ -82,7 +82,7 @@
]
},
"window": {
"backgroundTextStyle": "red",
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#02C0FF",
"navigationBarTitleText": "",
"navigationBarTextStyle": "white"


+ 16
- 3
ext.json 查看文件

@@ -2,7 +2,20 @@
"extEnable": true,
"extAppid": "wxea71200db93d756b",
"ext": {
"appId": "wxea71200db93d756b"
"weappId": "wxea71200db93d756b",
"name": "富茂客官开发",
"attr": {
"ifHaveCarModular":"1",
"etcpversion":"release",
"configUrl":"https://ciformall.youlane.cn/C/api",
"passCarAppId":"wx192b7d2e8dcbefd0",
"passCarreturnUrl":"https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback"
}
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"directCommit": false,
"tabBar": {
@@ -10,7 +23,7 @@
"selectedColor": "#00C0FF",
"list": [
{
"pagePath": "pages/index/index",
"pagePath": "pages/main/index",
"iconPath": "assets/images/home-n.png",
"selectedIconPath": "assets/images/home-y.png",
"text": "首页"
@@ -30,7 +43,7 @@
]
},
"window": {
"backgroundTextStyle": "red",
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#02C0FF",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "white"


Loading…
取消
儲存