45 lines
954 B
JSON
45 lines
954 B
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": { "navigationBarTitleText": "首页" }
|
|
}
|
|
{
|
|
"path": "pages/user/index",
|
|
"style": { "navigationBarTitleText": "我的" }
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#8b5cf6",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/tabs/home.png",
|
|
"selectedIconPath": "static/tabs/home-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/index",
|
|
"text": "我的",
|
|
"iconPath": "static/tabs/user.png",
|
|
"selectedIconPath": "static/tabs/user-active.png"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^wd-(.*)": "@wot-ui/ui/components/wd-$1/wd-$1.vue"
|
|
}
|
|
}
|
|
}
|