You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
165 lines
4.9 KiB
165 lines
4.9 KiB
{ |
|
"pages" : [ |
|
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
|
{ |
|
"path" : "pages/Index/index", |
|
"style" : { |
|
"navigationBarTitleText" : "首页" |
|
} |
|
},{ |
|
"path" : "pages/News/index", |
|
"style" : { |
|
"navigationBarTitleText" : "资讯" |
|
} |
|
},{ |
|
"path" : "pages/Authentication/index", |
|
"style" : { |
|
"navigationBarTitleText" : "丰行侠认证" |
|
} |
|
},{ |
|
"path" : "pages/Authentication/form", |
|
"style" : { |
|
"navigationBarTitleText" : "丰行侠认证" |
|
} |
|
},{ |
|
"path" : "pages/Authentication/done", |
|
"style" : { |
|
"navigationBarTitleText" : "认证成功" |
|
} |
|
},{ |
|
"path" : "pages/About/index", |
|
"style" : { |
|
"navigationBarTitleText" : "关于我们" |
|
} |
|
},{ |
|
"path" : "pages/Authentication/guide", |
|
"style" : { |
|
"navigationBarTitleText" : "丰行侠行动指南" |
|
} |
|
},{ |
|
"path" : "pages/User/edit", |
|
"style" : { |
|
"navigationBarTitleText" : "编辑资料" |
|
} |
|
},{ |
|
"path" : "pages/Cron/detail", |
|
"style" : { |
|
"navigationBarTitleText" : "暖新币明细" |
|
} |
|
},{ |
|
"path" : "pages/Cron/rule", |
|
"style" : { |
|
"navigationBarTitleText" : "暖新币兑换制度" |
|
} |
|
},{ |
|
"path" : "pages/Feed/index", |
|
"style" : { |
|
"navigationBarTitleText" : "意见反馈" |
|
} |
|
},{ |
|
"path" : "pages/Report/qrcode", |
|
"style" : { |
|
"navigationBarTitleText" : "党员报到码" |
|
} |
|
},{ |
|
"path" : "pages/Address/index", |
|
"style" : { |
|
"navigationBarTitleText" : "我的地址" |
|
} |
|
},{ |
|
"path" : "pages/Address/edit", |
|
"style" : { |
|
"navigationBarTitleText" : "添加收货地址" |
|
} |
|
},{ |
|
"path" : "pages/Line/index", |
|
"style" : { |
|
"navigationBarTitleText" : "线索上传" |
|
} |
|
},{ |
|
"path" : "pages/Line/user", |
|
"style" : { |
|
"navigationBarTitleText" : "我的线索" |
|
} |
|
},{ |
|
"path" : "pages/Street/index", |
|
"style" : { |
|
"navigationBarTitleText" : "街道联系方式" |
|
} |
|
},{ |
|
"path" : "pages/User/order", |
|
"style" : { |
|
"navigationBarTitleText" : "我的订单" |
|
} |
|
},{ |
|
"path" : "pages/Order/detail", |
|
"style" : { |
|
"navigationBarTitleText" : "租房详情" |
|
} |
|
},{ |
|
"path" : "pages/Shop/index", |
|
"style" : { |
|
"navigationBarTitleText" : "暖新商城" |
|
} |
|
},{ |
|
"path" : "pages/Login/index", |
|
"style" : { |
|
"navigationBarTitleText" : "登录" |
|
} |
|
},{ |
|
"path" : "pages/Room/index", |
|
"style" : { |
|
"navigationBarTitleText" : "公寓详情" |
|
} |
|
},{ |
|
"path" : "pages/Goods/index", |
|
"style" : { |
|
"navigationBarTitleText" : "商品详情" |
|
} |
|
},{ |
|
"path" : "pages/Order/confirm", |
|
"style" : { |
|
"navigationBarTitleText" : "订单确认" |
|
} |
|
},{ |
|
"path" : "pages/Order/done", |
|
"style" : { |
|
"navigationBarTitleText" : "支付成功" |
|
} |
|
},{ |
|
"path" : "pages/News/detail", |
|
"style" : { |
|
"navigationBarTitleText" : "资讯详情" |
|
} |
|
},{ |
|
"path" : "pages/Service/index", |
|
"style" : { |
|
"navigationBarTitleText" : "暖新服务" |
|
} |
|
} |
|
], |
|
"globalStyle" : { |
|
"navigationBarTextStyle" : "black", |
|
"navigationBarTitleText" : "uni-app", |
|
"navigationBarBackgroundColor" : "#F8F8F8", |
|
"backgroundColor" : "#F8F8F8", |
|
"navigationStyle" : "custom" |
|
}, |
|
"easycom" : { |
|
"custom" : { |
|
"^u-(.*)" : "uview-plus/components/u-$1/u-$1.vue" |
|
} |
|
}, |
|
"uniIdRouter" : {}, |
|
"condition" : { |
|
//模式配置,仅开发期间生效 |
|
"current" : 0, //当前激活的模式(list 的索引项) |
|
"list" : [ |
|
{ |
|
"name" : "", //模式名称 |
|
"path" : "", //启动页面,必选 |
|
"query" : "" //启动参数,在页面的onLoad函数里面得到 |
|
} |
|
] |
|
} |
|
}
|
|
|