{
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^uv-(.*)": "@/uni_modules/uv-$1/components/uv-$1/uv-$1.vue"
|
|
}
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "unapp模板"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/map/map",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "unapp模板",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|