| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361 | {	"easycom": {		"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"	},	// "condition": { //模式配置,仅开发期间生效	// 	"current": 0, //当前激活的模式(list 的索引项)	// 	"list": [{	// 		"name": "test", //模式名称	// 		"path": "pages/componentsC/test/index", //启动页面,必选	// 		"query": "uuid=c4bba940-f69e-11ea-a419-6bafda9d095e&__id__=1" //启动参数,在页面的onLoad函数里面得到	// 	}]	// },	"pages": [{			"path": "pages/index",			"style": {				"app-plus": {					"titleNView": false				}			}		},		// 首页		{			"path": "pages/home/index",			"style": {				"navigationBarTextStyle": "black",				"app-plus": {					"titleNView": false				}			}		},		// 消息		{			"path": "pages/msg/index",			"style": {				"navigationBarTitleText": "消息"			}		},		// 我的		{			"path": "pages/me/index",			"style": {				// "navigationBarTitleText": "我的",				"app-plus": {					"titleNView": false				}			}		},		//登录		{			"path": "pages/login/index",			"style": {				"app-plus": {					"titleNView": false				}			}		}	],	"subPackages": [{		"root": "pages/home",		"pages": [{				"path": "scancode/index",				"style": {					"navigationBarTitleText": "扫码入库",					// "navigationBarBackgroundColor": "#0095FF",					"app-plus": {						"titleNView": {							"type": "float",							"backgroundColor": "rgba(192,192,192,0)",							"buttons": [{								"type": "transparent"							}]						}					}				}			},			//扫码出库			{				"path": "scancode/scancodeout",				"style": {					"navigationBarTitleText": "扫码出库",					// "navigationBarBackgroundColor": "#0095FF",					"app-plus": {						"titleNView": {							"type": "float",							"backgroundColor": "rgba(192,192,192,0)",							"buttons": [{								"type": "transparent"							}]						}					}				}			},			// 扫码入库确认			{				"path": "Scan-code-in/index",				"style": {					"navigationBarTitleText": "扫码入库确认"				}			},			// 扫码出库确认			{				"path": "Scan-code-out/index",				"style": {					"navigationBarTitleText": "扫码出库确认"				}			},			// 积分商城			{				"path": "integral-mall/integral_mall",				"style": {					"navigationBarTitleText": "积分商城"				}			}, {				"path": "integral-mall/integral_mall_car",				"style": {					"navigationStyle": "custom", // 隐藏系统导航栏					"navigationBarTextStyle": "white"				}			}, {				"path": "integral-mall/integral_mall_goods_details",				"style": {					"navigationBarTitleText": "商品详情"				}			}, {				"path": "integral-mall/integral_mall_confirmorder",				"style": {					"navigationBarTitleText": "订单确认"				}			},			// 线上订货			{				"path": "inline-shop/inline_shop",				"style": {					"navigationStyle": "custom", // 隐藏系统导航栏					"navigationBarTextStyle": "white"				}			}, {				"path": "inline-shop/inline_shop_details",				"style": {					"navigationBarTitleText": "商品详情"				}			}, {				"path": "inline-shop/inline_shop_car",				"style": {					"navigationStyle": "custom", // 隐藏系统导航栏					"navigationBarTextStyle": "white"				}			}, {				"path": "my-stock/my-stock",				"style": {					"navigationStyle": "custom", // 隐藏系统导航栏					"navigationBarTextStyle": "white"				}			}, {				"path": "monthly-policy/monthly-policy",				"style": {					"navigationBarTitleText": "月度政策"				}			}		]	}, {		"root": "pages/msg",		"pages": [{				"path": "System-message/index",				"style": {					"navigationBarTitleText": "系统消息"				}			},			// 订单详情页面			{				"path": "Order-details/index",				"style": {					"navigationBarTitleText": "订单详情"				}			}		]	}, {		"root": "pages/me",		"pages": [			//我的供应商			{				"path": "suppliers",				"style": {					"navigationBarTitleText": "我的供应商",					"navigationBarBackgroundColor": "#058BF9"				}			},			//优惠卷			{				"path": "coupon",				"style": {					"navigationBarTitleText": "我的优惠卷"				}			},			//新建收货地址			{				"path": "modify",				"style": {					"navigationBarTitleText": "新建收货地址"				}			},			//收货地址			{				"path": "address",				"style": {					"navigationBarTitleText": "收货地址",					"app-plus": {						"titleNView": {							"buttons": [{								"text": "编辑",								"fontSize": "18px",								"float": "right"							}]						}					}				}			},			//查询结果			{				"path": "scancodequery/result",				"style": {					"navigationBarTitleText": "查询结果"				}			},			//入库明细			{				"path": "Warehousing-details/index",				"style": {					"navigationBarTitleText": "入库明细"				}			},			// 出库明细			{				"path": "Delivery-details/index",				"style": {					"navigationBarTitleText": "出库明细"				}			},			// 奖励明细			{				"path": "Reward-details/index",				"style": {					"navigationBarTitleText": "奖励明细"				}			},			// 结算中心页面			{				"path": "Settlement-center/index",				"style": {					"navigationBarTitleText": "结算中心"				}			},			// 统计任务页面			{				"path": "Statistical-task/index",				"style": {					"navigationBarTitleText": "任务统计"				}			},			// 核销管理页面			{				"path": "Write-off-management/index",				"style": {					"navigationBarTitleText": "核销管理"				}			}, {				"path": "my-order/my-order",				"style": {					"navigationBarTitleText": "我的订单"				}			}, {				"path": "agent-stock/agent-stock",				"style": {					"navigationBarTitleText": "经销商库存"				}			}, {				"path": "setting/setting",				"style": {					"navigationBarTitleText": "设置"				}			}		]	}, {		"root": "pages/login",		"pages": [{			"path": "register",			"style": {				"navigationBarTitleText": "零售店注册"			}		}, {			"path": "register_2",			"style": {				"navigationBarTitleText": "零售店注册"			}		}, {			"path": "register_3",			"style": {				"navigationBarTitleText": "零售店注册"			}		}, {			"path": "register_map",			"style": {				"navigationBarTitleText": "地图"			}		}]	}],	"preloadRule": {},	"globalStyle": {		"navigationBarBackgroundColor": "#0095FF",		"navigationBarTextStyle": "white",		"app-plus": {			"bounce": "none", //关闭窗口回弹效果			"scrollIndicator": "none" //app页面不显示滚动条		}	},	"tabBar": {		"color": "#6A6A6A",		"selectedColor": "#0095FF",		"backgroundColor": "#ffffff",		"list": [{				"pagePath": "pages/home/index",				"iconPath": "static/sailun/home.png",				"selectedIconPath": "static/sailun/homefill.png",				"text": "首页"			},			{				"pagePath": "pages/msg/index",				"iconPath": "static/sailun/message.png",				"selectedIconPath": "static/sailun/messagefill.png",				"text": "消息"			},			{				"pagePath": "pages/me/index",				"iconPath": "static/sailun/my.png",				"selectedIconPath": "static/sailun/myfill.png",				"text": "我的"			}		]	}}
 |