73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
|
{
|
|||
|
"easycom": {
|
|||
|
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
|
|||
|
"privacyAgreement":"@/components/privacy-agreement/privacy-agreement.vue"
|
|||
|
},
|
|||
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|||
|
{
|
|||
|
"path": "pages/welcome/welcome",
|
|||
|
"style": { "navigationStyle": "custom" }
|
|||
|
},
|
|||
|
{
|
|||
|
"path": "pages/video/video",
|
|||
|
"style": { "navigationStyle": "custom" }
|
|||
|
},
|
|||
|
{
|
|||
|
"path": "pages/index/index",
|
|||
|
"style": { "navigationStyle": "custom" }
|
|||
|
},
|
|||
|
{
|
|||
|
"path": "pages/scan/index",
|
|||
|
"style": { "navigationStyle": "custom" }
|
|||
|
},
|
|||
|
{
|
|||
|
"path": "pages/code/code"
|
|||
|
// "style": { "navigationBarTitleText": "订单列表" }
|
|||
|
},
|
|||
|
{
|
|||
|
"path": "pages/info/info",
|
|||
|
"style": {
|
|||
|
"navigationBarTitleText": "核销",
|
|||
|
"enablePullDownRefresh": false,
|
|||
|
"navigationStyle": "custom"
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path": "pages/mine/mine",
|
|||
|
"style": { "navigationStyle": "custom" }
|
|||
|
},
|
|||
|
{
|
|||
|
"path": "pages/login/login",
|
|||
|
"style": { "navigationStyle": "custom" }
|
|||
|
},
|
|||
|
{
|
|||
|
"path": "pages/list/list",
|
|||
|
"style": { "navigationStyle": "custom" }
|
|||
|
},
|
|||
|
{
|
|||
|
"path": "pages/statistics/index",
|
|||
|
"style": { "navigationStyle": "custom" }
|
|||
|
},
|
|||
|
{
|
|||
|
"path": "pages/detail/detail",
|
|||
|
"style": { "navigationStyle": "custom" }
|
|||
|
},
|
|||
|
{
|
|||
|
"path" : "pages/order/order",
|
|||
|
"style" :
|
|||
|
{
|
|||
|
"navigationBarTitleText" : ""
|
|||
|
}
|
|||
|
}
|
|||
|
],
|
|||
|
"globalStyle": {
|
|||
|
"navigationBarTextStyle": "black",
|
|||
|
"navigationBarTitleText": "乐游南川",
|
|||
|
"navigationBarBackgroundColor": "#fff",
|
|||
|
"backgroundColor": "#fff",
|
|||
|
"backgroundColorTop": "#f7f8fa",
|
|||
|
"backgroundColorBottom": "#f1f4f5"
|
|||
|
},
|
|||
|
"uniIdRouter": {}
|
|||
|
}
|