| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/shanpinxungou/shangjia/shangjiaView",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/UserCenter/LoginView",
- "style": {
- "navigationBarTitleText": "%index.dengluzhuce%",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/OrderList/buy/jiesuanYe",
- "style": {
- "navigationBarTitleText": "%index.xiadanzhifu%",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/shanpinxungou/shangpin/shangpinxiangqing",
- "style": {
- "navigationBarTitleText": "%index.goodsxq%",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/OrderList/buy/gouwuche",
- "style": {
- "navigationBarTitleText": "%gouwu.gouwuche%",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/OrderList/buy/Zhifuyemian",
- "style": {
- "navigationBarTitleText": "%order.zhifufangshi%",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/UserCenter/yonghushezhi/duoyuyan",
- "style": {
- "navigationBarTitleText": "%index.yuyanxuanz%",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/redirecCTEApp/redirectToCETApp",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ],
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#00A6FF",
- "borderStyle": "black",
- "fontSize": "12px",
- "backgroundColor": "#F8F8F8",
- "list": [{
- "pagePath": "pages/index/mindex/mindex",
- "text": "%index.home%",
- "iconPath": "static/images/shouye1@3x.png",
- "selectedIconPath": "static/images/shouye@3x.png"
- },
- {
- "pagePath": "pages/OrderList/OrderList",
- "text": "%index.order%",
- "iconPath": "static/images/dingdan1@3x.png",
- "selectedIconPath": "static/images/dingdan@3x.png"
- },
- {
- "pagePath": "pages/pinglun/TonggaoView",
- "text": "%tonggao.tonggao%",
- "iconPath": "static/images/huitg.png",
- "selectedIconPath": "static/images/lantg.png"
- }, {
- "pagePath": "pages/UserCenter/UserCenter",
- "text": "%index.User%",
- "iconPath": "static/images/huiyuan1@3x.png",
- "selectedIconPath": "static/images/huiyuan@3x.png"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "softinputNavBar": "none"
- }
- }
- }
|