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.
36 lines
584 B
36 lines
584 B
1 year ago
|
{
|
||
|
"pages": [{
|
||
|
"path": "pages/index/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationStyle": "custom"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/authLogin/index",
|
||
|
"style": {
|
||
|
"usingComponents": {}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/grid/grid",
|
||
|
"style": {
|
||
|
"usingComponents": {}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/map/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationStyle": "custom",
|
||
|
"usingComponents": {}
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"globalStyle": {},
|
||
|
"subPackages": [],
|
||
|
"autoscan": true,
|
||
|
"custom": {
|
||
|
"^van-(.*)": "@vant/weapp/dist/$1/index"
|
||
|
}
|
||
|
}
|