37 lines
781 B
JSON
37 lines
781 B
JSON
{
|
|
"easycom": {
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "德铭阳光在线",
|
|
"app-plus": {
|
|
"titleNView": {
|
|
"backgroundColor": "#FFFFFF",
|
|
"titleColor": "#333333"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/details",
|
|
"style": {
|
|
"navigationBarTitleText": "订单详情",
|
|
"app-plus": {
|
|
"titleNView": {
|
|
"titleColor": "#333333"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
}
|
|
}
|