Files
cmgd-mini-app/pages.json
2026-01-16 16:39:57 +08:00

128 lines
2.9 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"tabBar": {
"custom": false,
"color": "#000000",
"selectedColor": "#8d7bfb",
"borderStyle": "black",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-active.png",
"text": "首页"
},
{
"pagePath": "pages/todo/todoList",
"iconPath": "static/tabbar/todo.png",
"selectedIconPath": "static/tabbar/todo-active.png",
"text": "待办"
},
{
"pagePath": "pages/mine/index",
"iconPath": "static/tabbar/user.png",
"selectedIconPath": "/static/tabbar/user-active.png",
"text": "我的"
}
]
},
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "茶麻古道",
"enablePullDownRefresh": false
}
},
{
"path": "pages/login/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "登陆"
}
},
{
"path": "pages/todo/todoList",
"style": {
"navigationBarTitleText": "待办事项",
"enablePullDownRefresh": false
}
},
{
"path": "pages/todo/todoAdd",
"style": {
"navigationBarTitleText": "添加待办事项",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/orderAdd",
"style": {
"navigationBarTitleText": "开台",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/orderEdit",
"style": {
"navigationBarTitleText": "账单",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/goodsOrderAdd",
"style": {
"navigationBarTitleText": "商品订单",
"enablePullDownRefresh": false
}
},
{
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
{
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "订单管理",
"enablePullDownRefresh": false
}
},
{
"path": "pages/data/index",
"style": {
"navigationBarTitleText": "运营数据-选择日期",
"enablePullDownRefresh": false
}
},
{
"path": "pages/data/list",
"style": {
"navigationBarTitleText": "运营数据-数据看板",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "茶麻古道",
"navigationBarBackgroundColor": "#fff",
"backgroundTextStyle": "dark",
"backgroundColor": "#F2F3F5",
"backgroundColorBottom": "#F2F3F5",
"backgroundColorTop": "#F2F3F5",
"onReachBottomDistance": 50
},
"uniIdRouter": {},
"easycom": {
"autoscan": true,
"custom": {
"^nut-(.*)?-(.*)": "@/uni_modules/nutui-uni/components/$1$2/$1$2.vue",
"^nut-(.*)": "@/uni_modules/nutui-uni/components/$1/$1.vue"
}
}
}