123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/down",
- "style": {
- "navigationBarTitleText": "'宜格服务'懂宜昌,更懂你!",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/payCentre",
- "style": {
- "navigationBarTitleText": "支付中",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/paySuccess",
- "style": {
- "navigationBarTitleText": "支付成功",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index",
- "style": {
- "navigationBarTitleText": "宜格优选",
- "navigationStyle": "custom"
- }
- },
- // {
- // "path": "pages/register",
- // "style": {
- // "navigationBarTitleText": "注册",
- // "navigationStyle": "custom"
- // }
- // },
- {
- "path": "pages/agreement",
- "style": {
- "navigationBarTitleText": "协议",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/serviceOrPrivacy",
- "style": {
- "navigationBarTitleText": "服务协议",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/phone",
- "style": {
- "navigationBarTitleText": "咨询电话",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/yigePayCenter",
- "style": {
- "navigationBarTitleText": "宜格收银台",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/yigePay",
- "style": {
- "navigationBarTitleText": "I宜昌统一支付管理平台",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/shop",
- "style": {
- "navigationBarTitleText": "店铺", //支付宝登录
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/goodsAggregation",
- "style": {
- "navigationBarTitleText": "商品聚合页", //支付宝登录
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "pageOrientation": "portrait",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8",
- "backgroundColorTop": "#F4F5F6",
- "backgroundColorBottom": "#F4F5F6",
- // "navigationStyle": "custom",
- "app-plus": {
- "titleView": true,
- "optimization": {
- "subPackages": true
- },
- "runmode": "liberate" // 开启分包优化后,必须配置资源释放模式
- }
- }
- }
|