1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- // 如果您是通过uni_modules形式引入uView,可以忽略此配置
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/login",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/fill-in/index",
- "style" :
- {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
-
- },
- {
- "path" : "pages/fill-in/safeThingsType",
- "style" :
- {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/fill-in/checkboxPage",
- "style" :
- {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/fill-in/behaviorThingsPlaceVo",
- "style" :
- {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/fill-in/briefDetails",
- "style" :
- {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/my-fillin/index",
- "style" :
- {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "pages/my-fillin/detail",
- "style" :
- {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|