123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- // "enablePullDownRefresh": true,
- // #ifdef MP
- "navigationStyle": "custom",
- // #endif
- // #ifndef MP
- "app-plus": {
- "titleNView": false
- },
- // #endif
- "navigationBarTitleText": "星辰"
- }
- },
- {
- "path": "pages/index/game",
- "style": {
- // "enablePullDownRefresh": true,
- // #ifdef MP
- "navigationStyle": "custom",
- // #endif
- // #ifndef MP
- "app-plus": {
- "titleNView": false
- },
- // #endif
- "navigationBarTitleText": "盲盒"
- }
- },
- {
- "path": "pages/index/happly",
- "style": {
- // "enablePullDownRefresh": true,
- // #ifdef MP
- "navigationStyle": "custom",
- // #endif
- // #ifndef MP
- "app-plus": {
- "titleNView": false
- },
- // #endif
- "navigationBarTitleText": "娱乐"
- }
- },
- {
- "path": "pages/index/downLoad",
- "style": {
- "navigationBarTitleText": "下载",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ],
- "subPackages": [{
- "root": "pages/game",
- "name": "game",
- "pages": [{
- "path": "index",
- "style": {
- "navigationBarTitleText": "星际角斗场",
- "app-plus": {
- "titleNView": false
- }
- }
- }]
- }, {
- "root": "pages/set",
- "name": "set",
- "pages": [{
- "path": "phone",
- "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": "register",
- "style": {
- "navigationBarTitleText": "注册",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- }, {
- "path": "login",
- "style": {
- "navigationBarTitleText": "登录",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "wxLogin",
- "style": {
- "navigationBarTitleText": "微信登录",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- }
- ]
- },
- {
- "root": "pages/user",
- "name": "user",
- "pages": [
- {
- "path": "about",
- "style": {
- "navigationBarTitleText": "隐私协议"
- }
- },
- {
- "path": "myfans",
- "style": {
- "navigationBarTitleText": "我的粉丝",
- "navigationBarBackgroundColor": "rgb(34,34,34)",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "shareQrCode",
- "style": {
- "navigationBarTitleText": "邀请好友",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "刷新 ",
- "float": "right",
- "color": "#1356FF",
- "fontSize": "14px"
- }]
- }
- }
- }
- },
- {
- "path": "user",
- "style": {
- // #ifdef MP
- "navigationStyle": "custom",
- // #endif
- // #ifndef MP
- "app-plus": {
- "titleNView": false
- },
- // #endif
- "navigationBarTitleText": "个人中心"
- }
- },
- {
- "path": "ship",
- "style": {
- "navigationBarBackgroundColor": "transparent",
- "navigationBarTitleText": "飞船"
- }
- },
- {
- "path": "blindBox",
- "style": {
- "navigationBarBackgroundColor": "transparent",
- "navigationBarTitleText": "我的盲盒"
- }
- },
- {
- "path": "lm",
- "style": {
- "navigationBarTitleText": "联盟",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "smrz",
- "style": {
- "navigationBarTitleText": "实名认证",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "加载中",
- "navigationBarBackgroundColor": "#fff",
- // "titleNView": false
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#999",
- "selectedColor": "#222",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/tab-00.png",
- "selectedIconPath": "static/tabBar/tab-00-current.png",
- "text": "首页"
- }, {
- "pagePath": "pages/index/game",
- "iconPath": "static/tabBar/tab-01.png",
- "selectedIconPath": "static/tabBar/tab-01-current.png",
- "text": "盲盒"
- },
- {
- "pagePath": "pages/index/happly",
- "iconPath": "static/tabBar/tab-02.png",
- "selectedIconPath": "static/tabBar/tab-02-current.png",
- "text": "娱乐"
- },
- {
- "pagePath": "pages/user/lm",
- "iconPath": "static/tabBar/tab-03.png",
- "selectedIconPath": "static/tabBar/tab-03-current.png",
- "text": "联盟"
- },
- {
- "pagePath": "pages/user/user",
- "iconPath": "static/tabBar/tab-04.png",
- "selectedIconPath": "static/tabBar/tab-04-current.png",
- "text": "我的"
- }
- ]
- }
- }
|