mall-app-t/pages.json

146 lines
3.7 KiB
JSON
Raw Normal View History

2024-05-22 15:42:13 +08:00
{
"easycom": {
"autoscan": true,
"custom": {
"^p-(.*)": "@/peach/components/p-$1/p-$1.vue",
"^pb-(.*)": "@/peach/ui/pb-$1/pb-$1.vue"
}
},
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
2024-05-29 17:07:37 +08:00
{
"path": "pages/index/redirect"
},
2024-05-27 18:30:44 +08:00
{
"path": "pages/order/list",
"style": {
"navigationBarTitleText": "订单"
},
"meta": {
2024-05-29 01:29:31 +08:00
"auth": true
2024-05-27 18:30:44 +08:00
}
},
2024-05-24 17:24:44 +08:00
{
"path": "pages/index/my",
"style": {
"navigationBarTitleText": "我的"
},
"meta": {
"auth": false
}
},
2024-05-22 18:05:56 +08:00
{
2024-05-23 18:04:40 +08:00
"path": "pages/index/index",
2024-05-22 18:05:56 +08:00
"style": {
2024-05-29 01:29:31 +08:00
"navigationBarTitleText": "首页"
2024-05-22 18:05:56 +08:00
},
"meta": {
2024-05-29 01:29:31 +08:00
"auth": true
2024-05-22 18:05:56 +08:00
}
},
2024-05-22 15:42:13 +08:00
{
2024-05-23 18:04:40 +08:00
"path": "pages/index/login",
2024-05-22 15:42:13 +08:00
"style": {
2024-05-23 18:04:40 +08:00
"navigationBarTitleText": "登录"
2024-05-22 15:42:13 +08:00
},
"meta": {
"auth": false
}
},
{
2024-05-24 17:24:44 +08:00
"path": "pages/index/product",
2024-05-22 15:42:13 +08:00
"style": {
2024-05-24 17:24:44 +08:00
"navigationBarTitleText": "产品"
2024-05-22 15:42:13 +08:00
},
"meta": {
"auth": false
}
},
{
"path": "pages/index/icons",
"style": {
"navigationBarTitleText": "uni-app"
},
"meta": {
"auth": false
}
}
],
2024-05-29 00:54:59 +08:00
"subPackages": [
2024-05-29 17:07:37 +08:00
{
"root": "pages/public",
"pages": [
{
"path": "error",
"style": {
"navigationBarTitleText": "错误页面"
}
2024-05-29 18:18:03 +08:00
},
{
"path": "setting",
"style": {
"navigationBarTitleText": "系统设置"
}
},
{
"path": "richtext",
"style": {
"navigationBarTitleText": "富文本"
}
},
{
"path": "faq",
"style": {
"navigationBarTitleText": "常见问题"
}
},
{
"path": "webview",
"style": {
"navigationBarTitleText": ""
}
2024-05-29 17:07:37 +08:00
}
]
2024-05-30 01:20:31 +08:00
},
{
"root": "pages/user",
"pages": [
{
"path": "wallet/money",
"style": {
"navigationBarTitleText": "余额"
},
"meta": {
"auth": false
}
}
]
2024-05-29 17:07:37 +08:00
}
2024-05-29 00:54:59 +08:00
],
2024-05-24 17:24:44 +08:00
"tabBar": {
"list": [
{
"pagePath": "pages/index/index"
},
{
"pagePath": "pages/index/product"
},
{
2024-05-27 18:30:44 +08:00
"pagePath": "pages/order/list"
2024-05-24 17:24:44 +08:00
},
{
"pagePath": "pages/index/my"
}
]
},
2024-05-22 15:42:13 +08:00
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
"uniIdRouter": {}
}