dl_uniapp/pages.json

115 lines
2.1 KiB
JSON
Raw Normal View History

2025-03-18 17:41:45 +08:00
{
2025-03-27 09:50:13 +08:00
"pages": [{
2025-04-02 11:34:12 +08:00
"path": "pages/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"componentPlaceholder": {
"mine-index": "view",
"notice-index": "view",
"subscribe": "view"
2025-03-27 09:50:13 +08:00
}
2025-04-02 11:34:12 +08:00
}
}, {
"path": "pages/login",
"style": {
"navigationBarTitleText": "登录"
}
}],
"subPackages": [{
"root": "pages/common",
"pages": [{
"path": "webview/index",
2025-03-27 09:50:13 +08:00
"style": {
"navigationBarTitleText": "浏览网页"
}
}, {
2025-04-02 11:34:12 +08:00
"path": "textview/index",
2025-03-27 09:50:13 +08:00
"style": {
"navigationBarTitleText": "浏览文本"
}
}, {
2025-04-02 11:34:12 +08:00
"path": "richview/index",
2025-03-27 09:50:13 +08:00
"style": {
"navigationBarTitleText": "浏览富文本"
}
2025-04-02 11:34:12 +08:00
}]
}, {
"root": "pages/notice",
"pages": [{
"path": "detail",
"style": {
"navigationBarTitleText": "通告详情"
}
},
{
"path": "subscribe-set",
"style": {
"navigationBarTitleText": "订阅设置"
}
}
]
}, {
"root": "pages/components",
"pages": [{
"path": "notice-index",
2025-03-27 09:50:13 +08:00
"style": {
"navigationBarTitleText": "通告首页"
}
}, {
2025-04-02 11:34:12 +08:00
"path": "notice-item",
2025-03-27 09:50:13 +08:00
"style": {
"navigationBarTitleText": "通告组件"
}
2025-04-02 11:34:12 +08:00
}, {
"path": "subscribe",
2025-03-31 15:40:40 +08:00
"style": {
2025-04-01 10:06:51 +08:00
"navigationBarTitleText": "订阅"
2025-03-31 15:40:40 +08:00
}
2025-04-02 11:34:12 +08:00
}]
}, {
"root": "pages/mine",
2025-03-27 09:50:13 +08:00
"pages": [{
2025-04-02 11:34:12 +08:00
"path": "mine-index",
2025-04-01 10:06:51 +08:00
"style": {
2025-04-02 11:34:12 +08:00
"navigationBarTitleText": "个人中心"
}
}, {
"path": "card/my-card",
"style": {
"navigationBarTitleText": "我的名片"
2025-04-01 10:06:51 +08:00
}
},
{
2025-04-02 11:34:12 +08:00
"path": "card/card-detail",
2025-04-01 10:06:51 +08:00
"style": {
2025-04-02 11:34:12 +08:00
"navigationBarTitleText": "编辑名片"
}
},
{
"path": "addr/addr-list",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path": "addr/addr-detail",
"style": {
"navigationBarTitleText": "编辑地址"
}
},
{
"path": "member/member-card",
"style": {
"navigationBarTitleText": "会员中心",
"navigationStyle": "custom"
2025-04-01 10:06:51 +08:00
}
}
]
2025-03-27 09:50:13 +08:00
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "多点通告",
"navigationBarBackgroundColor": "#FFFFFF"
}
}