78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
||
"easycom": {
|
||
"autoscan": true,
|
||
// 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
|
||
"custom": {
|
||
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
||
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
||
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
|
||
}
|
||
},
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/home/home",
|
||
"style": {
|
||
"navigationBarTitleText": "Admin.NET 开发框架",
|
||
"navigationBarBackgroundColor": "#eeeeee",
|
||
"navigationBarTextStyle": "black"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/mine/mine",
|
||
"style": {
|
||
"navigationBarTitleText": "个人中心"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/password/password",
|
||
"style": {
|
||
"navigationBarTitleText": "修改密码"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/about/about",
|
||
"style": {
|
||
"navigationBarTitleText": "关于我们",
|
||
"navigationBarBackgroundColor": "#23212F"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/feedback/feedback",
|
||
"style": {
|
||
"navigationBarTitleText": "意见反馈",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "white",
|
||
"navigationBarTitleText": "Admin.NET",
|
||
"navigationBarBackgroundColor": "#11559c"
|
||
},
|
||
"tabBar": {
|
||
// "custom": true,
|
||
"color": "#B6C3D2",
|
||
"selectedColor": "#2B2E3D",
|
||
"borderStyle": "black",
|
||
"list": [{
|
||
"pagePath": "pages/home/home",
|
||
"iconPath": "static/tabIcon/home.png",
|
||
"selectedIconPath": "static/tabIcon/home.png",
|
||
"text": "首页"
|
||
},
|
||
{
|
||
"pagePath": "pages/mine/mine",
|
||
"iconPath": "static/tabIcon/user.png",
|
||
"selectedIconPath": "static/tabIcon/user.png",
|
||
"text": "我的"
|
||
}
|
||
]
|
||
}
|
||
} |