123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/register",
- "style": {
- "navigationBarTitleText": "注册",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/luntan/index",
- "style": {
- "navigationBarTitleText": "论坛",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/shangdian/index",
- "style": {
- "navigationBarTitleText": "商店",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "components/swiper-list/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/webview/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [{
- "root": "pageA",
- "pages": [{
- "path": "info-detail",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "add-wenzhang",
- "style": {
- "navigationBarTitleText": "发布文章",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "search",
- "style": {
- "navigationBarTitleText": "搜索页面",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "message",
- "style": {
- "navigationBarTitleText": "通知消息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "dianzan-list",
- "style": {
- "navigationBarTitleText": "点赞",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "shoucang-list",
- "style": {
- "navigationBarTitleText": "收藏",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pinglun-list",
- "style": {
- "navigationBarTitleText": "评论",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "chat",
- "style": {
- "navigationBarTitleText": "聊天",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "chat-list",
- "style": {
- "navigationBarTitleText": "聊天记录",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "huati",
- "style": {
- "navigationBarTitleText": "全部话题",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "huati-search",
- "style": {
- "navigationBarTitleText": "全部话题",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- /* 发布 */
- {
- "path": "publish",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "jingxuan-list",
- "style": {
- "navigationBarTitleText": "精选",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "add-luntan",
- "style": {
- "navigationBarTitleText": "发布论坛",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- /* 话题详情 */
- {
- "path": "topic-detail",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }
- ]
- },
- {
- "root": "pageB",
- "pages": [{
- "path": "good-detail",
- "style": {
- "navigationBarTitleText": "商品",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "order-confirm",
- "style": {
- "navigationBarTitleText": "确认订单",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "totaobao",
- "style": {
- "navigationBarTitleText": "跳转",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "yuyue-capture",
- "style": {
- "navigationBarTitleText": "预约拍摄",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "zulin",
- "style": {
- "navigationBarTitleText": "租赁设备",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "zulin-add",
- "style": {
- "navigationBarTitleText": "设备租赁",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "zulin-list",
- "style": {
- "navigationBarTitleText": "租赁记录",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "order-detail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "order-list",
- "style": {
- "navigationBarTitleText": "兑换记录",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "yuyue-vip",
- "style": {
- "navigationBarTitleText": "会员预约",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "yuyue-list",
- "style": {
- "navigationBarTitleText": "预约记录",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }
- ]
- },
- {
- "root": "pageC",
- "pages": [{
- "path": "invite",
- "style": {
- "navigationBarTitleText": "邀请好友",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "setting",
- "style": {
- "navigationBarTitleText": "我的设置",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "userinfo",
- "style": {
- "navigationBarTitleText": "账号资料",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "guanzhu-list",
- "style": {
- "navigationBarTitleText": "已关注",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "collect-list",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "youhuiquan",
- "style": {
- "navigationBarTitleText": "优惠券",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "jifen-qianbao",
- "style": {
- "navigationBarTitleText": "积分钱包",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jifen-list",
- "style": {
- "navigationBarTitleText": "积分明细",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "zuji-list",
- "style": {
- "navigationBarTitleText": "我的足迹",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "video-list",
- "style": {
- "navigationBarTitleText": "视频管理",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "video-detail",
- "style": {
- "navigationBarTitleText": "视频详情",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "address-list",
- "style": {
- "navigationBarTitleText": "地址管理",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "address-add",
- "style": {
- "navigationBarTitleText": "收货地址",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "changjian-list",
- "style": {
- "navigationBarTitleText": "常见问题",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "changjian-detail",
- "style": {
- "navigationBarTitleText": "常见问题",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "zhiwei-list",
- "style": {
- "navigationBarTitleText": "加入忆象",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "zhiwei-detail",
- "style": {
- "navigationBarTitleText": "职位详情",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "jianli",
- "style": {
- "navigationBarTitleText": "上传简历",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "xieyi",
- "style": {
- "navigationBarTitleText": "协议",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "success",
- "style": {
- "navigationBarTitleText": "上传简历",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "invite-list",
- "style": {
- "navigationBarTitleText": "邀请与推广",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "invite-bind",
- "style": {
- "navigationBarTitleText": "绑定邀请人",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "account",
- "style": {
- "navigationBarTitleText": "账号安全",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "edit-pwd",
- "style": {
- "navigationBarTitleText": "修改密码",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "tuisong",
- "style": {
- "navigationBarTitleText": "推送通知",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "drafts",
- "style": {
- "navigationBarTitleText": "草稿箱",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "error",
- "style": {
- "navigationBarTitleText": "错误反馈",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "about",
- "style": {
- "navigationBarTitleText": "关于我们",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "paihang",
- "style": {
- "navigationBarTitleText": "排行榜",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "vip",
- "style": {
- "navigationBarTitleText": "会员福利",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "calendar",
- "style": {
- "navigationBarTitleText": "签到日历",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "otherInfo",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh" : false,
- "navigationStyle": "custom"
- }
- }
- ]
- }
- ],
- "tabBar": {
- "color": "#999999",
- "fontSize": "10px",
- "selectedColor": "#00B0B0",
- "spacing": "4rpx",
- "list": [{
- "iconPath": "static/images/home.png",
- "selectedIconPath": "static/images/home1.png",
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "iconPath": "static/images/luntan.png",
- "selectedIconPath": "static/images/luntan1.png",
- "pagePath": "pages/luntan/index",
- "text": "论坛"
- },
- {
- "iconPath": "static/images/shangdian.png",
- "selectedIconPath": "static/images/shangdian1.png",
- "pagePath": "pages/shangdian/index",
- "text": "商店"
- },
- {
- "iconPath": "static/images/mine.png",
- "selectedIconPath": "static/images/mine1.png",
- "pagePath": "pages/mine/index",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "忆象",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|