123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- {
- "pages": [
- {
- "path": "pages/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/cooperative/cooperative",
- "style": {
- "usingComponents": {},
- "navigationBarBackgroundColor": "#07c160",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "供销社"
- }
- },
- {
- "path": "pages/cooperative/details",
- "style": {
- "usingComponents": {},
- "navigationBarBackgroundColor": "#07c160",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "供销社详情"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "component": true,
- "usingComponents": {},
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "吉村宝"
- }
- },
- {
- "path": "pages/me/me",
- "style": {
- "usingComponents": {},
- "navigationBarBackgroundColor": "#07c160",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/fuwu/fuwu",
- "style": {
- "usingComponents": {},
- "navigationBarBackgroundColor": "#07c160",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "资讯"
- }
- },
- {
- "path": "pages/wenba/wenba",
- "style": {
- "usingComponents": {},
- "navigationBarBackgroundColor": "#07c160",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "问吧"
- }
- },
- {
- "path": "pages/sannong/sannong",
- "style": {
- "usingComponents": {
- "tabs": "../../components/tabs/tabs",
- "tab-page": "../../components/tab-page/tab-page"
- },
- "navigationBarBackgroundColor": "#07c160",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "三农"
- }
- },
- {
- "path": "pages/wenbaxiangqing/wenbaxiangqing",
- "style": {
- "usingComponents": {},
- "navigationBarBackgroundColor": "#07c160",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "问吧详情"
- }
- },
- {
- "path": "pages/shangcheng/shangcheng",
- "style": {
- "usingComponents": {},
- "navigationBarBackgroundColor": "#07c160",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "商城首页"
- }
- },
- {
- "path": "pages/fenlei/fenlei",
- "style": {
- "usingComponents": {
- "mp-vtabs": "../../components/vtabs/vtabs/index",
- "mp-vtabs-content": "../../components/vtabs/vtabs-content/index"
- },
- "navigationBarBackgroundColor": "#07c160",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "分类"
- }
- },
- {
- "path": "pages/shangpinxiangqingye/shangpinxiangqingye",
- "style": {
- "usingComponents": {},
- "navigationBarBackgroundColor": "#07c160",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "商品详情页"
- }
- },
- {
- "path": "pages/handleAffairs/handleAffairs",
- "style": {
- "usingComponents": {},
- "navigationBarBackgroundColor": "#07c160",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "办事"
- }
- },
- {
- "path": "pages/themeType/themeType",
- "style": {
- "usingComponents": {},
- "navigationBarBackgroundColor": "#07c160",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "主题配置类型"
- }
- },
- {
- "path": "pages/quotations/quotations",
- "style": {
- "usingComponents": {},
- "navigationBarBackgroundColor": "#07c160",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "行情"
- }
- },{
- "path": "pages/toGovernmentList/toGovernmentList",
- "style": {
- "usingComponents": {},
- "navigationBarBackgroundColor": "#07c160",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "惠民通"
- }
- },
- {
- "path": "pages/me/meOperate",
- "style": {
- "usingComponents": {},
- "navigationBarBackgroundColor": "#07c160",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "积分流水"
- }
- },
- {
- "path": "pages/gridQuery/gridQuery",
- "style": {
- "usingComponents": {},
- "navigationBarBackgroundColor": "#07c160",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "网格详情"
- }
- }
- ],
- "easycom": {
- "autoscan": true,
- "custom": {
- // uni-ui 规则如下配置
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- }
- },
- "tabBar": {
- "index": "-1",
- "color": "#737373",
- "selectedColor": "#2f2f2f",
- "borderStyle": "black",
- "backgroundColor": "#f9f9f9",
- "list": [
- {
- "text": "服务",
- "pagePath": "pages/index/index",
- "iconPath": "static/pages/images/fuwu2.png",
- "selectedIconPath": "static/pages/images/fuwu1.png"
- },
- {
- "text": "资讯",
- "pagePath": "pages/fuwu/fuwu",
- "iconPath": "static/pages/images/index2.png",
- "selectedIconPath": "static/pages/images/index1.png"
- },
- {
- "text": "我的",
- "pagePath": "pages/me/me",
- "iconPath": "static/pages/images/me2.png",
- "selectedIconPath": "static/pages/images/me1.png"
- }
- ]
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents",
- "globalStyle": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "navigationBarTextStyle": "black"
- },
- "condition" : { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [
- {
- "name": "test", //模式名称
- "path": "pages/index/index", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }
- ]
- },
- "subPackages": []
- }
|