123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "enablePullDownRefresh": true,
- // #ifdef MP
- "navigationStyle": "custom",
- // #endif
- // #ifndef MP
- "app-plus": {
- "titleNView": false
- },
- // #endif
- "navigationBarTitleText": "商城首页"
- }
- },
- {
- "path": "pages/cate/order",
- "style": {
- "navigationBarTitleText": "我的订单",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/user/user",
- "style": {
- "navigationBarTitleText": "个人中心",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/order/hallorderDetail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/redirect/redirect",
- "style": {
- "navigationBarTitleText": "微信登录跳转页面",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ],
- // 模块分包
- "subPackages": [{
- "root": "pages/collection",
- "name": "collection",
- "pages": [
-
- {
- "path": "bank",
- "style": {
- "navigationBarTitleText": "添加银行卡"
- }
- },
- {
- "path": "zfb",
- "style": {
- "navigationBarTitleText": "添加支付宝"
- }
- },
- {
- "path": "wx",
- "style": {
- "navigationBarTitleText": "添加微信"
- }
- }
- ]
- },
-
- {
- "root": "pages/share",
- "name": "share",
- "pages": [
- {
- "path": "wzshare",
- "style": {
- "navigationBarTitleText": "分享内容"
- }
- },
- {
- "path": "share",
- "style": {
- "navigationBarTitleText": "种草专区",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "myarticle",
- "style": {
- "navigationBarTitleText": "种草专区",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "wzDetail",
- "style": {
- "navigationBarTitleText": "内容详情",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- }]
- },
- {
- "root": "pages/address",
- "name": "address",
- "pages": [
- {
- "path": "address",
- "style": {
- "navigationBarTitleText": "添加收货地址"
- }
- },
- {
- "path": "addressManage",
- "style": {
- "navigationBarTitleText": "新增收货地址"
- }
- }
- ]
- },
- {
- "root": "pages/index",
- "name": "index",
- "pages": [
- {
- "path": "downLoad",
- "style": {
- "navigationBarTitleText": "下载",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "message",
- "style": {
- "navigationBarTitleText": "官方公告"
- }
- },
- {
- "path": "search",
- "style": {
- "enablePullDownRefresh": true,
- // #ifdef MP
- "navigationStyle": "custom",
- // #endif
- //#ifdef H5
- "navigationStyle": "default",
- //#endif
- // #ifndef MP
- "app-plus": {
- "titleNView": {
- "searchInput": {
- "backgroundColor": "rgba(231, 231, 231,.7)",
- "borderRadius": "16px",
- "placeholder": "请输入关键字",
- "disabled": false,
- "placeholderColor": "#606266",
- "align": "left"
- },
- "buttons": [{
- "text": "搜索",
- "fontSize": "14",
- "color": "#303133",
- "background": "rgba(0,0,0,0)",
- "width": "40px"
- }]
- }
- },
- // #endif
- "navigationBarTitleText": "搜索"
- }
- },
- {
- "path": "product",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "artDetail",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- {
- "path": "messageInfo",
- "style": {
- "navigationBarTitleText": "公告详情"
- }
- },
- {
- "path": "category",
- "style": {
- "navigationBarTitleText": "分类"
- }
- }
- ]
- },
- {
- "root": "pages/money",
- "name": "money",
- "pages": [
- {
- "path": "pay",
- "style": {
- "navigationBarTitleText": "支付"
- }
- },
- {
- "path": "paySuccess",
- "style": {
- "navigationBarTitleText": "支付成功"
- }
- },
- {
- "path": "qudou",
- "style": {
- "navigationBarTitleText": "我的积分",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "moneyPwd",
- "style": {
- "navigationBarTitleText": "交易密码",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "withdrawal",
- "style": {
- "navigationBarTitleText": "提现"
- }
- },
- {
- "path": "recharge",
- "style": {
- "navigationBarTitleText": "充值"
- }
- },
- {
- "path": "success",
- "style": {
- "navigationBarTitleText": "提交成功"
- }
- }
- ]
- },
- {
- "root": "pages/user",
- "name": "user",
- "pages": [
- {
- "path": "mygs",
- "style": {
- "navigationBarTitleText": "我的收益",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "award",
- "style": {
- "navigationBarTitleText": "奖励明细",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "sucai",
- "style": {
- "navigationBarTitleText": "发布素材"
- }
- },
- {
- "path": "team",
- "style": {
- "navigationBarTitleText": "我的团队"
- }
- },
- {
- "path": "release",
- "style": {
- "navigationBarTitleText": "我的素材"
- }
- },
- {
- "path": "jiance",
- "style": {
- "navigationBarTitleText": "我的检测"
- }
- },
- {
- "path": "shareQrCode",
- "style": {
- "navigationBarTitleText": "邀请好友"
- }
- }
- ]
- },
- {
- "root": "pages/set",
- "name": "set",
- "pages": [
- {
- "path": "set",
- "style": {
- "navigationBarTitleText": "设置"
- }
- },
- {
- "path": "password",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "userinfo",
- "style": {
- "navigationBarTitleText": "修改资料"
- }
- }
- ]
- },
- {
- "root": "pages/public",
- "name": "public",
- "pages": [
- {
- "path": "forget",
- "style": {
- "navigationBarTitleText": "忘记密码",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "wxLogin",
- "style": {
- "navigationBarTitleText": "微信登录",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "login",
- "style": {
- "navigationBarTitleText": "登录",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "register",
- "style": {
- "navigationBarTitleText": "注册",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- }
- ]
- },
- {
- "root": "pages/order",
- "name": "order",
- "pages": [
- {
- "path": "order",
- "style": {
- "navigationBarTitleText": "我的订单",
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "refundOrder",
- "style": {
- "navigationBarTitleText": "退款订单",
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "orderDetail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "orderRefund",
- "style": {
- "navigationBarTitleText": "申请退款"
- }
- },
- {
- "path": "createOrder",
- "style": {
- "navigationBarTitleText": "创建订单"
- }
- }
- ]
- }
- ],
-
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f8f8f8"
- },
- "tabBar": {
- "color": "#C0C4CC",
- "selectedColor": "#000000",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/tab-home.png",
- "selectedIconPath": "static/tabBar/tab-home-current.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/share/share",
- "iconPath": "static/tabBar/tab-cate.png",
- "selectedIconPath": "static/tabBar/tab-cate-current.png",
- "text": "参赛"
- },
- {
- "pagePath": "pages/cate/order",
- "iconPath": "static/tabBar/tab-pink.png",
- "selectedIconPath": "static/tabBar/tab-pink-current.png",
- "text": "我的订单"
- },
- {
- "pagePath": "pages/user/user",
- "iconPath": "static/tabBar/tab-my.png",
- "selectedIconPath": "static/tabBar/tab-my-current.png",
- "text": "我的"
- }
- ]
- }
- }
|