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.
71 lines
1.8 KiB
71 lines
1.8 KiB
{
|
|
"easycom": {
|
|
"custom": {
|
|
"u-city-select": "@/components/u-city-select/u-city-select.vue",
|
|
"geek-(.*)": "@/components/geek-xd/components/geek-$1/geek-$1.vue",
|
|
"gx-(.*)": "@/components/geek-xd/components/geek-$1/geek-$1.vue",
|
|
"^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",
|
|
"qiun-(.*)": "@/components/qiun-data-charts/components/qiun-$1/qiun-$1.vue"
|
|
}
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/index",
|
|
"style": {
|
|
"navigationBarTitleText": "优品物联",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/common/webview/index",
|
|
"style": {
|
|
"navigationBarTitleText": "浏览网页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/common/textview/index",
|
|
"style": {
|
|
"navigationBarTitleText": "浏览文本"
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#000000",
|
|
"selectedColor": "#000000",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index",
|
|
"iconPath": "static/images/tabbar/home.png",
|
|
"selectedIconPath": "static/images/tabbar/home_.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine",
|
|
"iconPath": "static/images/tabbar/mine.png",
|
|
"selectedIconPath": "static/images/tabbar/mine_.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "优品物联",
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
}
|
|
}
|
|
|