42 lines
774 B
JSON
42 lines
774 B
JSON
|
{
|
||
|
"easycom": {
|
||
|
"autoscan": true,
|
||
|
"custom": {
|
||
|
"^tm-(.*)": "@/tmui/components/tm-$1/tm-$1.vue"
|
||
|
}
|
||
|
},
|
||
|
"pages": [{
|
||
|
"path": "pages/index/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationStyle": "custom",
|
||
|
"titlePenetrate": "YES",
|
||
|
"transparentTitle": "always"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/fankui/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"navigationStyle": "custom",
|
||
|
"titlePenetrate": "YES",
|
||
|
"transparentTitle": "always"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"globalStyle": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "uni-app",
|
||
|
"navigationBarBackgroundColor": "#FFFFFF",
|
||
|
"backgroundColor": "#FFFFFF"
|
||
|
},
|
||
|
"condition": {
|
||
|
"current": 0,
|
||
|
"list": [{
|
||
|
"name": "",
|
||
|
"path": "",
|
||
|
"query": ""
|
||
|
}]
|
||
|
}
|
||
|
}
|