dl_uniapp/pages.json

185 lines
3.3 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",
2025-04-03 16:46:51 +08:00
"subscribe": "view",
"my-notice": "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": "订阅设置"
}
2025-04-03 16:46:51 +08:00
},
{
"path": "report",
"style": {
"navigationBarTitleText": "报名",
"navigationStyle": "custom"
}
2025-04-02 11:34:12 +08:00
}
]
}, {
"root": "pages/components",
"pages": [{
2025-04-03 16:46:51 +08:00
"path": "notice-index",
"style": {
"navigationBarTitleText": "通告首页"
}
}, {
"path": "notice-item",
"style": {
"navigationBarTitleText": "通告组件"
}
}, {
"path": "subscribe",
"style": {
"navigationBarTitleText": "订阅"
}
},
{
"path": "my-notice",
"style": {
"navigationBarTitleText": "我的通告"
}
},
{
"path": "my-notice-item",
"style": {
"navigationBarTitleText": "我的通告组件"
}
2025-03-31 15:40:40 +08:00
}
2025-04-03 16:46:51 +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-04-07 15:40:06 +08:00
},
{
"path": "set/suggest",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "set/my-suggest",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "set/black-list",
"style": {
"navigationBarTitleText": ""
}
2025-04-07 15:42:12 +08:00
},
{
"path": "set/my-info",
"style": {
"navigationBarTitleText": ""
}
2025-04-09 15:00:38 +08:00
},
{
"path": "auth/auth-choose",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "auth/auth-form",
"style": {
"navigationBarTitleText": ""
}
2025-04-09 16:55:06 +08:00
},
{
"path": "coupon/coupon-list",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "coupon/my-coupon",
"style": {
"navigationBarTitleText": ""
}
2025-04-01 10:06:51 +08:00
}
]
2025-03-27 09:50:13 +08:00
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "多点通告",
2025-04-03 16:46:51 +08:00
"navigationBarBackgroundColor": "#FFFFFF",
"navigationStyle": "custom"
2025-03-27 09:50:13 +08:00
}
}