12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
- "^wf-(.*)": "@/components/wf-ui/components/wf-$1/wf-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/home/home",
- "style": {
- "navigationBarTitleText": "辖区地址",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#106DFF",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "bounce": "vertical",
- "titleNview": {
- "buttons": [{
- "text": "\ue534",
- "title": "关闭小程序",
- "fontSrc": "/static/font/DINPro-Bold.otf",
- "fontsize": "22px",
- "color": "#333"
- }]
- }
- }
- }
- }, {
- "path": "pages/home/wjy",
- "style": {
- "navigationBarTitleText": "物建信息员维护",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#106DFF",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "bounce": "vertical",
- "titleNview": {
- "buttons": [{
- "text": "\ue534",
- "title": "关闭小程序",
- "fontSrc": "/static/font/DINPro-Bold.otf",
- "fontsize": "22px",
- "color": "#333"
- }]
- }
- }
- }
- }, {
- "path": "pages/home/detail",
- "style": {
- "navigationBarTitleText": "物建信息员详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#106DFF",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "bounce": "vertical",
- "titleNview": {
- "buttons": [{
- "text": "\ue534",
- "title": "关闭小程序",
- "fontSrc": "/static/font/DINPro-Bold.otf",
- "fontsize": "22px",
- "color": "#333"
- }]
- }
- }
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F7F7F7"
- },
- "tabBar": {
- "color": "#AFB8C3",
- "selectedColor": "#5086FA",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": []
- }
- }
|