|
|
|
|
@ -1,10 +1,15 @@
|
|
|
|
|
{
|
|
|
|
|
"easycom": {
|
|
|
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
|
|
},
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/index"
|
|
|
|
|
{
|
|
|
|
|
"easycom": {
|
|
|
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
|
|
},
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"backgroundColor": "#fff"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/login",
|
|
|
|
|
@ -57,43 +62,43 @@
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/visit/detail"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "#FFFFFF",
|
|
|
|
|
"navigationBarTitleText": "BD访客系统",
|
|
|
|
|
"navigationBarBackgroundColor": "#044ed7",
|
|
|
|
|
"backgroundColor": "#eceefe"
|
|
|
|
|
}
|
|
|
|
|
// "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"
|
|
|
|
|
// }
|
|
|
|
|
// ]
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "#FFFFFF",
|
|
|
|
|
"navigationBarTitleText": "迈柯唯访客系统",
|
|
|
|
|
"navigationBarBackgroundColor": "#182849",
|
|
|
|
|
"backgroundColor": "#f4f1f1"
|
|
|
|
|
}
|
|
|
|
|
// "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"
|
|
|
|
|
// }
|
|
|
|
|
// ]
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|