菜大王uniapp开发
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.
 
 
 

149 lines
3.6 KiB

{
"easycom": {
"autoscan": true,
"custom": {
"^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue"
}
},
"pages": [ // pageshttps://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": ""
}
},
{
"path": "pages/deliveryAddress/deliveryAddress",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/deliveryAddress/addDeliveryAddress",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/joinEnterprise/joinEnterprise",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/home/enterKing/enterKing",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/home/enterKing/enterKingInfo",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/home/announcement",
"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": {}
}