173 lines
4.0 KiB
JSON
173 lines
4.0 KiB
JSON
{
|
|
"globalStyle": {
|
|
"navigationStyle": "default",
|
|
"navigationBarTitleText": "unibest",
|
|
"navigationBarBackgroundColor": "#f8f8f8",
|
|
"navigationBarTextStyle": "black",
|
|
"backgroundColor": "#FFFFFF"
|
|
},
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^fg-(.*)": "@/components/fg-$1/fg-$1.vue",
|
|
"^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
|
|
"^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
|
|
}
|
|
},
|
|
"tabBar": {
|
|
"custom": false,
|
|
"color": "#999999",
|
|
"selectedColor": "#018d71",
|
|
"backgroundColor": "#FFF",
|
|
"borderStyle": "black",
|
|
"height": "50px",
|
|
"fontSize": "10px",
|
|
"iconWidth": "24px",
|
|
"spacing": "3px",
|
|
"list": [
|
|
{
|
|
"iconPath": "static/tabbar/home.png",
|
|
"selectedIconPath": "static/tabbar/home_s.png",
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"iconPath": "static/tabbar/reserve.png",
|
|
"selectedIconPath": "static/tabbar/reserve_s.png",
|
|
"pagePath": "pages/reserve/reserve",
|
|
"text": "预约"
|
|
},
|
|
{
|
|
"iconPath": "static/tabbar/my.png",
|
|
"selectedIconPath": "static/tabbar/my_s.png",
|
|
"pagePath": "pages/my/my",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"type": "home",
|
|
"layout": "tabbar",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/about/about",
|
|
"type": "page",
|
|
"layout": "tabbar",
|
|
"style": {
|
|
"navigationBarTitleText": "关于"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/about/alova",
|
|
"type": "page",
|
|
"layout": "default",
|
|
"style": {
|
|
"navigationBarTitleText": "Alova 请求演示"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/about/vue-query",
|
|
"type": "page",
|
|
"layout": "default",
|
|
"style": {
|
|
"navigationBarTitleText": "Vue Query 请求演示"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/city/city",
|
|
"type": "page",
|
|
"layout": "tabbar",
|
|
"style": {
|
|
"navigationStyle": "default",
|
|
"navigationBarTitleText": "选择城市"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/my/my",
|
|
"type": "page",
|
|
"layout": "tabbar",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/reserve/reserve",
|
|
"type": "page",
|
|
"layout": "tabbar",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/search/search",
|
|
"type": "page",
|
|
"layout": "tabbar",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "pages-sub",
|
|
"pages": [
|
|
{
|
|
"path": "coupon/coupon",
|
|
"type": "page",
|
|
"layout": "default",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "demo/index",
|
|
"type": "page",
|
|
"layout": "default",
|
|
"style": {
|
|
"navigationBarTitleText": "分包页面"
|
|
}
|
|
},
|
|
{
|
|
"path": "reserve-room/detail",
|
|
"type": "page",
|
|
"layout": "tabbar",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "reserve-room/result",
|
|
"type": "page",
|
|
"layout": "default",
|
|
"style": {
|
|
"navigationBarTitleText": "结果通知",
|
|
"navigationBarBackgroundColor": "#FFF"
|
|
}
|
|
},
|
|
{
|
|
"path": "reserve-room/room",
|
|
"type": "page",
|
|
"layout": "tabbar",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "store-recharge/store-recharge",
|
|
"type": "page",
|
|
"layout": "tabbar",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |