{ "leftWindow": { "path": "windows/left-window.vue", "style": { "width": "350px" } }, "topWindow": { "path": "windows/top-window.vue", "style": { "height": "60px" } }, "pages": [ // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/home/home", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/home/importFile", "style" : { "navigationBarTitleText" : "导入文件" } }, { "path" : "pages/home/importFileDataPreview", "style" : { "navigationBarTitleText" : "导入文件数据预览" } }, { "path" : "pages/home/blueTest", "style" : { "navigationBarTitleText" : "设备测试" } }, { "path" : "pages/home/blueSearch", "style" : { "navigationBarTitleText" : "蓝牙扫描" } }, { "path" : "pages/home/blueMeasure", "style" : { "navigationBarTitleText" : "孔测量" } }, { "path" : "pages/home/operateLog", "style" : { "navigationBarTitleText" : "操作日志" } }, // { // "path": "pages/tabBar/component/comm", // "style": { // "navigationBarTitleText": "bluetooth", // "enablePullDownRefresh": true // } // }, // { // "path": "pages/tabBar/component/component111", // "style": { // "navigationBarTitleText": "列表到详情示例", // "enablePullDownRefresh": true // } // }, { "path": "pages/tabBar/component/component", "style": { } },{ "path": "pages/tabBar/template/template", "style": { } }, { "path" : "pages/user/login", "style" : { "navigationBarTitleText" : "微信授权登录" } }, { "path" : "pages/home/paokongceliang", "style" : { "navigationBarTitleText" : "" } } ], "globalStyle": { "pageOrientation": "portrait", "navigationStyle": "custom", "navigationBarTitleText": "Hello uniapp", "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#007AFF", "backgroundColor": "#F8F8F8", "backgroundColorTop": "#F4F5F6", "backgroundColorBottom": "#F4F5F6", "mp-360": { "navigationStyle": "custom" }, "h5": { "maxWidth": 1190, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#007AFF", "navigationBarTextStyle": "white" } }, "tabBar": { // "custom": true, "color": "#7A7E83", "selectedColor": "#007AFF", "borderStyle": "black", "backgroundColor": "#F8F8F8", "list": [{ "pagePath": "pages/home/home", "iconPath": "static/component.png", "selectedIconPath": "static/componentHL.png", "text": "内置组件" },{ "pagePath": "pages/tabBar/template/template", "iconPath": "static/template.png", "selectedIconPath": "static/templateHL.png", "text": "模板" }/*, { "pagePath": "pages/home/home", "iconPath": "static/api.png", "selectedIconPath": "static/apiHL.png", "text": "首页" } , { "pagePath": "pages/home/home", "iconPath": "static/api.png", "selectedIconPath": "static/apiHL.png", "text": "首页" } *//* , { "pagePath": "pages/tabBar/extUI/extUI", "iconPath": "static/extui.png", "selectedIconPath": "static/extuiHL.png", "text": "扩展组件" } */ ] } }