forked from ccsens_fe/tall-mui-3
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.
58 lines
1.1 KiB
58 lines
1.1 KiB
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarText": "登录",
|
|
"topWindow": false,
|
|
"rightWindow": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarText": "TALL"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/phone-bind/phone-bind",
|
|
"style": {
|
|
"navigationBarTitleText": "绑定手机号"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/project-webview/project-webview",
|
|
"style": {
|
|
"navigationBarTitleText": "项目详情页"
|
|
}
|
|
}
|
|
],
|
|
"topWindow": {
|
|
"path": "pages/top-window/top-window.vue",
|
|
"style": {
|
|
"height": "62px"
|
|
}
|
|
},
|
|
"rightWindow": {
|
|
"path": "pages/right-window/right-window.vue"
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "TALL",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
/* #ifdef H5 */
|
|
"navigationStyle": "custom",
|
|
"app-plus": {
|
|
"titleNView": false
|
|
}
|
|
/* #endif */
|
|
},
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
|
|
"^p-(.*)": "@/plugins/p-$1/p-$1.vue"
|
|
}
|
|
}
|
|
}
|
|
|