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.
76 lines
1.6 KiB
76 lines
1.6 KiB
{
|
|
"easycom": {
|
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
|
|
/* --------- 这里是主包 --------- */
|
|
"pages": [{
|
|
"path": "pages/tabbar/home/home",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}, {
|
|
"path": "pages/tabbar/mine/mine",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}],
|
|
|
|
"subPackages": [
|
|
/* --------- 登录分包 --------- */
|
|
{
|
|
"root": "pages/login",
|
|
"pages": [{
|
|
"path": "login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "register/register",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}]
|
|
},
|
|
|
|
/* --------- 分包A --------- */
|
|
{
|
|
"root": "pages/subA",
|
|
"pages": [{
|
|
"path": "list/list",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}]
|
|
},
|
|
|
|
/* --------- 分包B --------- */
|
|
{
|
|
"root": "pages/subB",
|
|
"pages": [{
|
|
"path": "detail/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}]
|
|
}
|
|
],
|
|
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
}
|
|
}
|