12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login/index",
- "style": {
- }
- },
- {
- "path": "pages/privacy/index",
- "style": {
- }
- },
- {
- "path": "pages/information/index",
- "style": {
- "usingComponents": {
- "van-empty": "/wxcomponents/vant/dist/empty/index",
- "van-dialog": "/wxcomponents/vant/dist/dialog/index"
- }
- }
- },
- {
- "path": "pages/binding/index",
- "style": {
- "usingComponents": {
- "van-field": "/wxcomponents/vant/dist/field/index",
- "van-button": "/wxcomponents/vant/dist/button/index",
- "van-cell-group": "/wxcomponents/vant/dist/cell-group/index",
- "van-dialog": "/wxcomponents/vant/dist/dialog/index"
- }
- }
- },
- {
- "path": "pages/status/index",
- "style": {
-
- }
- }
- ],
- "easycom": {
- "cu-(.*)": "@/colorui/components/cu-$1.vue"
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom",
- "usingComponents":{
- "van-icon": "/wxcomponents/vant/dist/icon/index"
- }
- }
- }
|