123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,
- {
- "path": "pages/main/main",
- "style": {
- "navigationBarTitleText": "族友圈",
- "enablePullDownRefresh": true,
- "app-plus": {
- "bounce": "none",
- "titleNView": {
- "type": "transparent",
- "buttons": [{
- "background": "rgba(255,255,255,0.2)",
- "color": "#FFFFFF",
- "type": "menu",
- "fontSrc": "/static/fonts/thorui.ttf",
- "text": "\ue73b" //冒号
- }]
- }
- }
- }
- }, {
- "path": "pages/show/show",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/main/join/join",
- "style": {
- "navigationBarTitleText": "加入家族"
- }
- }, {
- "path": "pages/main/establish/establish",
- "style": {
- "navigationBarTitleText": "创建家族"
- }
- }, {
- "path": "pages/main/establish/choice",
- "style": {
- "navigationBarTitleText": "创建家族"
- }
- }, {
- "path": "pages/main/join/choice",
- "style": {
- "navigationBarTitleText": "加入家族"
- }
- }, {
- "path": "pages/main/establish/maps",
- "style": {
- "navigationBarTitleText": "地图选择",
- "app-plus": {
- "bounce": "none",
- "scrollIndicator": "none", //关闭窗口回弹效果
- "titleNView": {
- "backgroundImage": "#2E74EE",
- "titleSize": "20",
- "buttons": [{ //原生标题栏按钮配置,
- "float": "right",
- "text": "确定",
- "fontSize": "16px",
- "width": "40px"
- }]
- }
- }
- }
- }, {
- "path": "pages/main/join/maps",
- "style": {
- "navigationBarTitleText": "地图选择",
- "app-plus": {
- "bounce": "none",
- "scrollIndicator": "none", //关闭窗口回弹效果
- "titleNView": {
- "backgroundImage": "#2E74EE",
- "titleSize": "20",
- "buttons": [{ //原生标题栏按钮配置,
- "float": "right",
- "text": "确定",
- "fontSize": "16px",
- "width": "40px"
- }]
- }
- }
- }
- }, {
- "path": "pages/main/establish/details",
- "style": {
- "navigationBarTitleText": "创建家族"
- }
- }, {
- "path": "pages/main/join/details",
- "style": {
- "navigationBarTitleText": "加入家族"
- }
- }, {
- "path": "pages/family/situation/situation",
- "style": {
- "navigationBarTitleText": "族友近况",
- "enablePullDownRefresh": true,
- "app-plus": {
- "bounce": "none",
- "titleNView": {
- "type": "transparent",
- "buttons": [{
- "background": "rgba(255,255,255,0.2)",
- "color": "#FFFFFF",
- "type": "menu",
- "fontSrc": "/static/fonts/thorui.ttf",
- "text": "\ue73b" //冒号
- }]
- }
- }
- }
- }, {
- "path": "pages/main/personal/personal",
- "style": {
- "navigationBarTitleText": "个人设置"
- }
- }, {
- "path": "pages/main/personal/card/card",
- "style": {
- "navigationBarTitleText": "二维码名片"
- }
- }, {
- "path": "pages/main/personal/portrait/portrait",
- "style": {
- "navigationBarTitleText": "头像",
- "app-plus": {
- "bounce": "none",
- "scrollIndicator": "none", //关闭窗口回弹效果
- "titleNView": {
- "backgroundImage": "#2E74EE",
- "titleSize": "20",
- "buttons": [{ //原生标题栏按钮配置,
- "float": "right",
- "text": "更换照片",
- "fontSize": "16px",
- "width": "70px"
- }]
- }
- }
- }
- }, {
- "path": "pages/main/personal/name/name",
- "style": {
- "navigationBarTitleText": "昵称",
- "app-plus": {
- "bounce": "vertical",
- "scrollIndicator": "none", //关闭窗口回弹效果
- "titleNView": {
- "backgroundImage": "#2E74EE",
- "titleSize": "20",
- "buttons": [{ //原生标题栏按钮配置,
- "float": "right",
- "text": "保存",
- "fontSize": "16px",
- "width": "40px"
- }]
- }
- }
- }
- }, {
- "path": "pages/main/personal/sex/sex",
- "style": {
- "navigationBarTitleText": "性别"
- }
- }, {
- "path": "pages/main/personal/phone/phone",
- "style": {
- "navigationBarTitleText": "绑定手机号"
- }
- }, {
- "path": "pages/main/personal/phone/replace",
- "style": {
- "navigationBarTitleText": "更换手机号"
- }
- }, {
- "path": "pages/main/friends/friends",
- "style": {
- "navigationBarTitleText": "好友列表",
- "app-plus": {
- "bounce": "vertical",
- "scrollIndicator": "none", //关闭窗口回弹效果
- "titleNView": {
- "backgroundImage": "#2E74EE",
- "titleSize": "20",
- "buttons": [{ //原生标题栏按钮配置,
- "float": "right",
- "text": "添加好友",
- "fontSize": "16px",
- "width": "70px"
- }]
- }
- }
- }
- }, {
- "path": "pages/main/friends/details",
- "style": {
- "navigationBarTitleText": "某某某的主页",
- "enablePullDownRefresh": true,
- "app-plus": {
- "bounce": "none",
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- }, {
- "path": "pages/main/friends/addfriends/addfriends",
- "style": {
- "navigationBarTitleText": "添加好友"
- }
- }, {
- "path": "pages/main/friends/addfriends/addfriendsxq",
- "style": {
- "navigationBarTitleText": "添加好友"
- }
- }, {
- "path": "pages/main/publish/publish",
- "style": {
- "navigationBarTitleText": "发布"
- }
- }, {
- "path": "pages/main/configure/configure",
- "style": {
- "navigationBarTitleText": "系统设置"
- }
- }, {
- "path": "pages/main/configure/typeface/typeface",
- "style": {
- "navigationBarTitleText": "字体大小"
- }
- }, {
- "path": "pages/main/configure/opinion/opinion",
- "style": {
- "navigationBarTitleText": "意见反馈"
- }
- }, {
- "path": "pages/main/configure/notice/notice",
- "style": {
- "navigationBarTitleText": "消息通知"
- }
- }, {
- "path": "pages/main/configure/inspect/inspect",
- "style": {
- "navigationBarTitleText": "检查更新"
- }
- }, {
- "path": "pages/main/configure/about/about",
- "style": {
- "navigationBarTitleText": "关于华夏"
- }
- }, {
- "path": "pages/family/family",
- "style": {
- "navigationBarTitleText": "家族",
- "app-plus": {
- "scrollIndicator": "none", //关闭窗口回弹效果
- "titleNView": {
- "backgroundImage": "#2E74EE",
- "titleSize": "20",
- "buttons": [{
- "background": "rgba(255,255,255,0.2)",
- "color": "#FFFFFF",
- "type": "menu",
- "fontSrc": "/static/fonts/thorui.ttf",
- "text": "\ue73b" //冒号
- }]
- }
- }
- }
- }, {
- "path": "pages/family/editevent",
- "style": {
- "navigationBarTitleText": "编辑大事件",
- "app-plus": {
- "bounce": "vertical",
- "scrollIndicator": "none", //关闭窗口回弹效果
- "titleNView": {
- "backgroundImage": "#2E74EE",
- "titleSize": "20",
- "buttons": [{ //原生标题栏按钮配置,
- "float": "right",
- "text": "保存",
- "fontSize": "16px",
- "width": "40px"
- }]
- }
- }
- }
- }, {
- "path": "pages/family/settings",
- "style": {
- "navigationBarTitleText": "管理员设置"
- }
- }, {
- "path": "pages/family/postcard/postcard",
- "style": {
- "navigationBarTitleText": "家族二维码名片"
- }
- }, {
- "path": "pages/family/newblood/newblood",
- "style": {
- "navigationBarTitleText": "新成员申请"
- }
- }, {
- "path": "pages/family/switch/switch",
- "style": {
- "navigationBarTitleText": "切换家族"
- }
- }, {
- "path": "pages/family/listimage/listimage",
- "style": {
- "navigationBarTitleText": "家族影像",
- "app-plus": {
- "bounce": "vertical",
- "scrollIndicator": "none", //关闭窗口回弹效果
- "titleNView": {
- "backgroundImage": "#2E74EE",
- "titleSize": "20",
- "buttons": [{ //原生标题栏按钮配置,
- "float": "right",
- "text": "上传照片",
- "fontSize": "16px",
- "width": "70px"
- }]
- }
- }
- }
- }, {
- "path": "pages/family/listimage/uploadimg/uploadimg",
- "style": {
- "navigationBarTitleText": "上传图片"
- }
- }, {
- "path": "pages/news/news",
- "style": {
- "navigationBarTitleText": "华夏资讯",
- "enablePullDownRefresh": true,
- "app-plus": {
- "pullToRefresh": {
- "support": true,
- "style": "default",
- "offset": 0
- }
- }
- }
- }, {
- "path": "pages/news/details",
- "style": {
- "navigationBarTitleText": "资讯详情",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue75d",
- "fontSize": "20px",
- "float": "right",
- "fontSrc": "/static/iconfont.ttf"
- }]
- }
- }
- }
- }, {
- "path": "pages/shop/shop",
- "style": {
- "navigationBarTitleText": "华夏商城",
- "enablePullDownRefresh": true,
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "订单",
- "fontSize": "15px",
- "float": "right"
- }]
- },
- "pullToRefresh": {
- "support": true,
- "style": "default",
- "offset": 0
- }
- }
- }
- }, {
- "path": "pages/shop/search/search",
- "style": {
- "navigationBarTitleText": "搜索",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "backgroundColorTop": "#fff",
- "backgroundColorBottom": "#fff",
- "app-plus": {
- "bounce": "vertical"
- }
- }
- }, {
- "path": "pages/shop/details",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- }, {
- "path": "pages/reg/reg",
- "style": {
- "navigationBarTitleText": "注册"
- }
- }, {
- "path": "pages/pwd/pwd",
- "style": {
- "navigationBarTitleText": "找回密码"
- }
- }
- ,{
- "path" : "pages/shop/buy",
- "style": {
- "navigationBarTitleText": "购买服务"
- }
- }
- ],
- "tabBar": {
- "color": "#666666",
- "selectedColor": "#C74547",
- "backgroundColor": "#FFFFFF",
- "list": [{
- "pagePath": "pages/main/main",
- "text": "个人",
- "iconPath": "static/img/tabbar/personal.png",
- "selectedIconPath": "static/img/tabbar/personalHL.png"
- },
- {
- "pagePath": "pages/family/family",
- "text": "家族",
- "iconPath": "static/img/tabbar/family.png",
- "selectedIconPath": "static/img/tabbar/familyHL.png"
- },
- {
- "pagePath": "pages/news/news",
- "text": "资讯",
- "iconPath": "static/img/tabbar/news.png",
- "selectedIconPath": "static/img/tabbar/newsHL.png"
- },
- {
- "pagePath": "pages/shop/shop",
- "text": "商城",
- "iconPath": "static/img/tabbar/shop.png",
- "selectedIconPath": "static/img/tabbar/shopHL.png"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#c74547",
- "backgroundColor": "whitesmoke"
- }
- }
|