Sprinkler-app/pages.json

206 lines
4.4 KiB
JSON
Raw Normal View History

2024-01-23 19:15:52 +08:00
{
2023-12-05 16:45:28 +08:00
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
2024-03-25 19:46:07 +08:00
"lazyCodeLoading": "requiredComponents",
2024-01-23 19:15:52 +08:00
"pages": [{
2023-11-27 09:57:03 +08:00
"path": "pages/index/index",
"style": {
2024-10-09 16:52:44 +08:00
"navigationBarTitleText": "首页",
2023-12-05 16:45:28 +08:00
"enablePullDownRefresh": false,
2024-01-24 11:55:35 +08:00
"navigationBarBackgroundColor": "#3996FD",
"navigationBarTextStyle": "#FFFFFF",
2023-12-05 16:45:28 +08:00
"navigationStyle": "custom"
}
},
2024-10-09 16:52:44 +08:00
2023-12-05 16:45:28 +08:00
{
2024-10-09 16:52:44 +08:00
"path": "pages/login/login",
2024-03-25 19:46:07 +08:00
"style": {
2024-03-13 10:54:22 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-10-09 16:52:44 +08:00
},{
"path": "pages/login/zhuce",
2024-03-25 19:46:07 +08:00
"style": {
2024-03-13 10:54:22 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-10-09 16:52:44 +08:00
},{
"path": "pages/login/denglu",
2024-03-25 19:46:07 +08:00
"style": {
2024-03-13 10:54:22 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-10-09 16:52:44 +08:00
},{
"path": "pages/login/wjpassword",
2024-03-25 19:46:07 +08:00
"style": {
2024-03-13 10:54:22 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
2024-10-09 16:52:44 +08:00
"path": "pages/my",
2024-03-25 19:46:07 +08:00
"style": {
2024-03-13 10:54:22 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
2024-10-09 16:52:44 +08:00
"path": "pages/tj",
2024-03-25 19:46:07 +08:00
"style": {
2024-03-13 10:54:22 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
2024-10-09 16:52:44 +08:00
"path": "pages/myorder/index",
2024-03-25 19:46:07 +08:00
"style": {
2024-03-13 10:54:22 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
2024-10-09 16:52:44 +08:00
"path": "pages/nearbystores/index",
2024-03-25 19:46:07 +08:00
"style": {
2024-03-13 10:54:22 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
2024-10-09 16:52:44 +08:00
"path": "pages/myorder/returned/index",
2024-03-25 19:46:07 +08:00
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
2024-03-13 10:54:22 +08:00
"navigationStyle": "custom"
}
2023-11-27 09:57:03 +08:00
}
2024-03-25 19:46:07 +08:00
2024-01-23 19:15:52 +08:00
2023-11-27 09:57:03 +08:00
],
2024-01-23 19:15:52 +08:00
2024-10-09 16:52:44 +08:00
"subPackages": [
2024-01-23 19:15:52 +08:00
2024-10-09 16:52:44 +08:00
{
"root": "page_user",
"pages": [
{
"path": "upload",
"style": {
"navigationBarTitleText": "上传",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},{
"path": "opinion",
"style": {
"navigationBarTitleText": "上传",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},{
"path": "kefu",
"style": {
"navigationBarTitleText": "上传",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},{
"path": "kefuxq",
"style": {
"navigationBarTitleText": "上传",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},{
"path": "photo",
"style": {
"navigationBarTitleText": "上传",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},{
"path": "photolist",
"style": {
"navigationBarTitleText": "上传",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},{
"path": "photoxq",
"style": {
"navigationBarTitleText": "上传",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},{
"path": "yinsixq",
"style": {
"navigationBarTitleText": "上传",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},{
"path": "jiaoshui",
"style": {
"navigationBarTitleText": "上传",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},{
"path": "dingshi",
"style": {
"navigationBarTitleText": "上传",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
// 其他 userpages 目录下的页面...
]
}
],
2024-01-24 11:55:35 +08:00
"tabBar": {
"custom": true,
"color": "#a9b7b7",
"selectedColor": "#5185fd",
"borderStyle": "white",
2024-10-09 16:52:44 +08:00
"backgroundColor": "#ffffff",
2024-01-24 11:55:35 +08:00
"list": [{
"selectedIconPath": "/static/tabbar/home-active.png",
"iconPath": "/static/tabbar/home.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"selectedIconPath": "/static/tabbar/tj-active.png",
"iconPath": "/static/tabbar/tj.png",
"pagePath": "pages/tj",
"text": "统计"
}, {
"selectedIconPath": "/static/tabbar/my-active.png",
"iconPath": "/static/tabbar/my.png",
"pagePath": "pages/my",
"text": "我的"
}
]
},
2023-11-27 09:57:03 +08:00
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
2023-12-05 16:45:28 +08:00
2023-12-06 16:56:25 +08:00
2024-01-23 19:15:52 +08:00
}