2020-05-29 03:13:55 +00:00
|
|
|
|
{
|
2020-06-02 04:01:13 +00:00
|
|
|
|
"easycom": {
|
2020-06-02 07:59:01 +00:00
|
|
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
|
|
},
|
|
|
|
|
"subPackages": [
|
2020-05-29 03:13:55 +00:00
|
|
|
|
{
|
2020-06-02 07:59:01 +00:00
|
|
|
|
"root": "pageA",
|
|
|
|
|
"pages": [
|
|
|
|
|
{
|
|
|
|
|
"path": "welcome/welcome",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"app-plus": {
|
|
|
|
|
"titleNView": false,
|
|
|
|
|
"animationType": "slide-in-bottom"
|
|
|
|
|
}
|
2020-06-02 04:01:13 +00:00
|
|
|
|
|
2020-06-02 07:59:01 +00:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "login/login",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"app-plus": {
|
|
|
|
|
"titleNView": false,
|
|
|
|
|
"animationType": "slide-in-bottom"
|
|
|
|
|
}
|
2020-05-29 09:10:25 +00:00
|
|
|
|
}
|
2020-06-02 00:49:13 +00:00
|
|
|
|
}
|
2020-06-02 07:59:01 +00:00
|
|
|
|
]
|
|
|
|
|
}],
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
2020-06-02 00:49:13 +00:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "uni-app"
|
|
|
|
|
}
|
2020-05-29 09:10:25 +00:00
|
|
|
|
}
|
|
|
|
|
],
|
2020-05-29 03:13:55 +00:00
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
|
}
|
2020-06-02 00:49:13 +00:00
|
|
|
|
}
|