123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "navigationStyle":"custom",
- "app-plus":{
- "titleView":false
- }
- // "app-plus":{
- // "titleNView":false //去掉app+h5顶部导航
- // }
- }
- },
- {
- "path": "pages/news/news",
- "style": {
- "navigationBarTitleText": "新闻动态",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "navigationStyle":"custom",
- "app-plus":{
- "titleView":false
- }
- // "app-plus":{
- // "titleNView":false //去掉app+h5顶部导航
- // }
- }
- },
- {
- "path": "pages/case/case",
- "style": {
- "navigationBarTitleText": "案例展示",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "navigationStyle":"custom",
- "app-plus":{
- "titleView":false
- }
- // "app-plus":{
- // "titleNView":false //去掉app+h5顶部导航
- // }
- }
- },
- {
- "path": "pages/about/about",
- "style": {
- "navigationBarTitleText": "关于我们",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "navigationStyle":"custom",
- "app-plus":{
- "titleView":false
- }
- // "app-plus":{
- // "titleNView":false //去掉app+h5顶部导航
- // }
- }
- },
- {
- "path": "pages/test/test",
- "style": {
- "navigationBarTitleText": "节水测试",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black",
- "navigationStyle":"custom",
- "app-plus":{
- "titleView":false
- }
- // "app-plus":{
- // "titleNView":false //去掉app+h5顶部导航
- // }
- }
- }
-
-
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f8f8f8",
- "enablePullDownRefresh": true
- },
- "tabBar": {
- "color": "#FFFFFF",
- "selectedColor": "#FFFFFF",
- "iconWidth": "18px",
- "borderStyle": "black",
- "backgroundColor": "#1874CD",
- // "selectedBackgroundColor":"#3CB371",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/11.png",
- "selectedIconPath": "static/tabBar/11.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/about/about",
- "iconPath": "static/tabBar/22.png",
- "selectedIconPath": "static/tabBar/22.png",
- "text": "关于我们"
- },
- {
- "pagePath": "pages/case/case",
- "iconPath": "static/tabBar/33.png",
- "selectedIconPath": "static/tabBar/33.png",
- "text": "案例展示"
- },
- {
- "pagePath": "pages/news/news",
- "iconPath": "static/tabBar/44.png",
- "selectedIconPath": "static/tabBar/44.png",
- "text": "新闻动态"
- },
- {
- "pagePath": "pages/test/test",
- "iconPath": "static/tabBar/55.png",
- "selectedIconPath": "static/tabBar/55.png",
- "text": "节水测试"
- }
- ]
- }
- }
|