mall-app-t/pages.json

226 lines
6.2 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
{
2024-06-12 18:33:39 +08:00
"path": "pages/index/index",
2024-05-27 18:30:44 +08:00
"style": {
2024-06-12 18:33:39 +08:00
"navigationBarTitleText": "首页"
2024-05-27 18:30:44 +08:00
},
"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
{
2024-06-12 18:33:39 +08:00
"path": "pages/index/order",
2024-05-24 17:24:44 +08:00
"style": {
2024-06-12 18:33:39 +08:00
"navigationBarTitleText": "订单",
"enablePullDownRefresh": true
2024-05-24 17:24:44 +08:00
},
"meta": {
2024-06-12 18:33:39 +08:00
"auth": true
2024-05-24 17:24:44 +08:00
}
},
2024-05-30 18:57:02 +08:00
{
2024-06-12 18:33:39 +08:00
"path": "pages/index/product",
2024-05-30 18:57:02 +08:00
"style": {
2024-06-12 18:33:39 +08:00
"navigationBarTitleText": "产品",
"enablePullDownRefresh": true
2024-05-30 18:57:02 +08:00
},
2024-06-12 18:33:39 +08:00
2024-05-30 18:57:02 +08:00
"meta": {
"auth": false
}
},
2024-05-22 18:05:56 +08:00
{
2024-06-12 18:33:39 +08:00
"path": "pages/index/my",
2024-05-22 18:05:56 +08:00
"style": {
2024-06-12 18:33:39 +08:00
"navigationBarTitleText": "我的"
2024-05-22 18:05:56 +08:00
},
"meta": {
2024-06-12 18:33:39 +08:00
"auth": false
2024-05-22 18:05:56 +08:00
}
},
2024-05-22 15:42:13 +08:00
{
2024-06-12 18:33:39 +08:00
"path": "pages/index/icons",
2024-05-22 15:42:13 +08:00
"style": {
2024-06-12 18:33:39 +08:00
"navigationBarTitleText": "ICONS"
2024-05-22 15:42:13 +08:00
},
"meta": {
"auth": false
}
},
{
2024-06-12 18:33:39 +08:00
"path": "pages/index/login",
2024-05-22 15:42:13 +08:00
"style": {
2024-06-12 18:33:39 +08:00
"navigationBarTitleText": "登录"
2024-05-22 15:42:13 +08:00
},
"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
},
{
2024-05-30 18:57:02 +08:00
"root": "pages/user",
"pages": [
{
"path": "wallet/money",
"style": {
"navigationBarTitleText": "余额"
},
"meta": {
"auth": false
}
2024-05-31 01:06:20 +08:00
},
{
2024-06-03 18:35:53 +08:00
"path": "wallet/withdraw",
"style": {
"navigationBarTitleText": "提现"
},
"meta": {
"auth": true
}
2024-06-03 01:09:01 +08:00
},
{
2024-06-03 18:35:53 +08:00
"path": "point/buy",
"style": {
"navigationBarTitleText": "购买积分"
},
"meta": {
"auth": true
}
},
{
"path": "point/share",
"style": {
"navigationBarTitleText": "分发积分"
},
"meta": {
"auth": true
}
},
{
"path": "point/loglist",
"style": {
2024-06-17 18:16:46 +08:00
"navigationBarTitleText": "历史积分",
"enablePullDownRefresh": true
2024-06-03 18:35:53 +08:00
},
"meta": {
"auth": true
}
2024-05-30 18:57:02 +08:00
}
]
2024-06-03 01:09:01 +08:00
},
{
2024-06-03 18:35:53 +08:00
"root": "pages/product",
"pages": [
{
"path": "manageGoods",
"style": {
"navigationBarTitleText": "商品管理"
},
"meta": {
"auth": false
}
2024-06-04 18:43:13 +08:00
},
{
"path": "sku",
"style": {
"navigationBarTitleText": "商品属性"
},
"meta": {
"auth": false
}
2024-06-03 18:35:53 +08:00
}
]
},
{
"root": "pages/order",
"pages": [
{
"path": "detail",
"style": {
"navigationBarTitleText": "订单详情"
},
"meta": {
"auth": true
}
}
]
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-06-03 18:35:53 +08:00
"pagePath": "pages/index/order"
2024-05-24 17:24:44 +08:00
},
{
"pagePath": "pages/index/my"
2024-05-30 18:57:02 +08:00
},
{
"pagePath": "pages/index/icons"
2024-05-24 17:24:44 +08:00
}
]
},
2024-05-22 15:42:13 +08:00
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
"uniIdRouter": {}
}