1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "easycom": {
- "custom": {
- "autoscan": true,
- "gui-(.*)": "@/GraceUI5/components/gui-$1.vue",
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- }
- },
- "pages": [{
- "path": "pages/index/index",
- "style": {
- // "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/user/login",
- "style": {
- // "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/index/index2",
- "style": {
- // "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }
- ],
- "tabBar": {
- "color": "#585858",
- "selectedColor": "#366cf9",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "iconWidth": "22px",
- "spacing": "0px",
- "fontSize": "15px",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "/static/images/home.png",
- "selectedIconPath": "/static/images/home.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "/static/images/home.png",
- "selectedIconPath": "/static/images/home.png",
- "text": "用户"
- }
- ]
- },
- "globalStyle": {
- "mp-alipay": {
- /* 支付宝小程序特有相关 */
- "transparentTitle": "always",
- "allowsBounceVertical": "NO"
- },
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTitleText": "文旅中心值班系统",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "pageOrientation": "landscape"
- },
- "usingComponts": true,
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": []
- },
- "sitemapLocation": "sitemap.json"
- }
|