You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
2.9 KiB
113 lines
2.9 KiB
{
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue"
|
|
}
|
|
},
|
|
"pages": [ // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index/index"
|
|
},
|
|
{
|
|
"path": "pages/home/home",
|
|
"app-plus": {
|
|
"softinputMode": "adjustResize" // 键盘弹起时调整页面布局
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/allDish/allDish",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/allDish/dishDetail",
|
|
"text": "菜品详情"
|
|
},
|
|
{
|
|
"path": "pages/recipeOrder/recipeOrder",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/shoppingCart/shoppingCart",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/personalInformation/personalInformation",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/home/honest",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/agreement/agreement",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"selectedColor": "#3aa24b",
|
|
"backgroundColor": "#FFFFFF",
|
|
"borderStyle": "black",
|
|
"custom": true,
|
|
// "customTabBar": "components/custom-tab-bar/custom-tab-bar",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
// "iconPath": "static/tabbar/home.png",
|
|
// "selectedIconPath": "static/tabbar/home-selected.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/allDish/allDish",
|
|
// "iconPath": "static/tabbar/alls.png",
|
|
// "selectedIconPath": "static/tabbar/alls-selected.png",
|
|
"text": "全部菜品"
|
|
},
|
|
{
|
|
"pagePath": "pages/recipeOrder/recipeOrder",
|
|
// "iconPath": "static/tabbar/menus.png",
|
|
// "selectedIconPath": "static/tabbar/menus-selected.png",
|
|
"text": "菜谱下单"
|
|
},
|
|
{
|
|
"pagePath": "pages/shoppingCart/shoppingCart",
|
|
// "iconPath": "static/tabbar/cart.png",
|
|
// "selectedIconPath": "static/tabbar/cart-selected.png",
|
|
"text": "购物车"
|
|
},
|
|
{
|
|
"pagePath": "pages/personalInformation/personalInformation",
|
|
// "iconPath": "static/tabbar/mys.png",
|
|
// "selectedIconPath": "static/tabbar/mys-selected.png",
|
|
"text": "个人信息"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"navigationStyle": "custom",
|
|
"bounce": "none" // 全局设置
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|