88 lines
1.9 KiB
JSON
88 lines
1.9 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/event/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/device/add",
|
|
"style": {
|
|
"navigationBarTitleText": "添加设备"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/device/config",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/scene/select",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "智慧养老",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F1F1F4"
|
|
},
|
|
"tabBar": {
|
|
"color": "#666666",
|
|
"selectedColor": "#2CCB98",
|
|
"backgroundColor": "#FFFFFF",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/tabbar/home.png",
|
|
"selectedIconPath": "static/tabbar/home-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/event/index",
|
|
"text": "事件",
|
|
"iconPath": "static/tabbar/event.png",
|
|
"selectedIconPath": "static/tabbar/event-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/index",
|
|
"text": "我的",
|
|
"iconPath": "static/tabbar/mine.png",
|
|
"selectedIconPath": "static/tabbar/mine-active.png"
|
|
}
|
|
]
|
|
},
|
|
"uniIdRouter": {},
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^up-calendar$": "@/components/patched-calendar/u-calendar.vue",
|
|
"^u-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue"
|
|
}
|
|
}
|
|
}
|