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.

74 lines
1.8 KiB

3 years ago
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
3 years ago
{
"path": "pages/index/index"
},
{
"path": "pages/index/login",
"style": {
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"backgroundColor": "#fff"
}
},
{
"path": "pages/bd/mine"
},
{
"path": "pages/bd/record"
},
{
"path": "pages/visit/detail"
3 years ago
},
{
"path": "pages/visit/addrecord"
},
{
"path": "pages/visit/study"
3 years ago
},
{
"path": "pages/visit/testStudy"
3 years ago
}
],
3 years ago
"globalStyle": {
3 years ago
"navigationBarTextStyle": "#FFFFFF",
"navigationBarTitleText": "BD访客系统",
"navigationBarBackgroundColor": "#044ed7",
"backgroundColor": "#eceefe"
3 years ago
}
3 years ago
// "tabBar": {
// "color": "#351C1B",
// "selectedColor": "#351C1B",
// "backgroundColor": "#fdf9f5",
// "list": [{
// "pagePath": "pages/index/index",
// "text": "首页",
// "iconPath": "/static/img/icon_nav_home.png",
// "selectedIconPath": "/static/img/icon_nav_home_on.png"
// },
// {
// "pagePath": "pages/guide/index",
// "text": "参观指南",
// "iconPath": "/static/img/icon_nav_guide.png",
// "selectedIconPath": "/static/img/icon_nav_guide_on.png"
// },
// {
// "pagePath": "pages/map/map",
// "text": "展馆导航",
// "iconPath": "/static/img/icon_nav_map.png",
// "selectedIconPath": "/static/img/icon_nav_map_on.png"
// },
// {
// "pagePath": "pages/mine/index",
// "text": "个人中心",
// "iconPath": "/static/img/icon_nav_user.png",
// "selectedIconPath": "/static/img/icon_nav_user_on.png"
// }
// ]
// }
3 years ago
}