瀏覽代碼

调整

master
zhoujie 7 月之前
父節點
當前提交
8808000056
共有 1 個檔案被更改,包括 15 行新增15 行删除
  1. 15
    15
      pages.json

+ 15
- 15
pages.json 查看文件

{ {
"mode": "production", "mode": "production",
"pages": [ "pages": [
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "九州ETC",
"navigationBarBackgroundColor": "#01243A",
"backgroundColor": "#f6f9fc",
"navigationStyle": "custom",
"mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
"transparentTitle": "always",
"titlePenetrate": "YES",
"defaultTitle": "" // 将导航栏默认的 title 置空
}
}
},{
{
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {
"navigationBarHidden": true, "navigationBarHidden": true,
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
}, },

{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "九州ETC",
"navigationBarBackgroundColor": "#01243A",
"backgroundColor": "#f6f9fc",
"navigationStyle": "custom",
"mp-alipay": { //在支付宝小程序中如果不生效 就加上这两行代码 就会生效啦
"transparentTitle": "always",
"titlePenetrate": "YES",
"defaultTitle": "" // 将导航栏默认的 title 置空
}
}
},
{ {
"path": "pages/service/service", "path": "pages/service/service",
"style": { "style": {

Loading…
取消
儲存