|
@@ -1,109 +1,100 @@
|
|
|
{
|
|
|
- "pages": [{
|
|
|
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
- "path": "pages/new/new",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "最新",
|
|
|
- "enablePullDownRefresh": true
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/hot/hot",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "最热",
|
|
|
- "enablePullDownRefresh": true
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/detail/detail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "详情",
|
|
|
- "navigationBarBackgroundColor": "#000000",
|
|
|
- "backgroundColor": "#000000",
|
|
|
- "app-plus": {
|
|
|
- "bounce": "none",
|
|
|
- "titleNView": {
|
|
|
- "buttons": [{
|
|
|
- "type": "share"
|
|
|
- }]
|
|
|
- }
|
|
|
- },
|
|
|
- "h5": {
|
|
|
- "titleNView": {
|
|
|
- "buttons": [{
|
|
|
- "type": "favorite"
|
|
|
- }]
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/tag/tag",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "分类",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/list/list",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "专题",
|
|
|
- "enablePullDownRefresh": true
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/center/center",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "个人中心",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/login/login",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "登录"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/about/about",
|
|
|
- "style": {}
|
|
|
- }
|
|
|
- ],
|
|
|
- "globalStyle": {
|
|
|
- "navigationBarTextStyle": "white",
|
|
|
- "navigationBarTitleText": "看图",
|
|
|
- "navigationBarBackgroundColor": "#FF80AB",
|
|
|
- "backgroundColor": "#EFEFEF"
|
|
|
- },
|
|
|
- "tabBar": {
|
|
|
- "color": "#444444",
|
|
|
- "selectedColor": "#FF80AB",
|
|
|
- "borderStyle": "black",
|
|
|
- "backgroundColor": "#ffffff",
|
|
|
- "list": [{
|
|
|
- "pagePath": "pages/new/new",
|
|
|
- "iconPath": "static/index-0.png",
|
|
|
- "selectedIconPath": "static/index-1.png",
|
|
|
- "text": "最新"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/hot/hot",
|
|
|
- "iconPath": "static/hot-0.png",
|
|
|
- "selectedIconPath": "static/hot-1.png",
|
|
|
- "text": "推荐"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/tag/tag",
|
|
|
- "iconPath": "static/tag-0.png",
|
|
|
- "selectedIconPath": "static/tag-1.png",
|
|
|
- "text": "分类"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/center/center",
|
|
|
- "iconPath": "static/center-0.png",
|
|
|
- "selectedIconPath": "static/center-1.png",
|
|
|
- "text": "我的"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
+ "pages": [
|
|
|
+ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ {
|
|
|
+ "path": "pages/index/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "推广",
|
|
|
+ "enablePullDownRefresh": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/hot/hot",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "最热",
|
|
|
+ "enablePullDownRefresh": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/detail/detail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "详情"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/tag/tag",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "分类",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/list/list",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "专题",
|
|
|
+ "enablePullDownRefresh": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/center/center",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "个人中心",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/login/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "登录"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/login/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "手机号登录"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/about/about",
|
|
|
+ "style": {}
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "globalStyle": {
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
+ "navigationBarTitleText": "Queen.show",
|
|
|
+ "navigationBarBackgroundColor": "#41969c",
|
|
|
+ "backgroundColor": "#EFEFEF"
|
|
|
+ },
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#444444",
|
|
|
+ "selectedColor": "#41969c",
|
|
|
+ "borderStyle": "black",
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "iconPath": "static/index-0.png",
|
|
|
+ "selectedIconPath": "static/index-1.png",
|
|
|
+ "text": "推广"
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // "pagePath": "pages/hot/hot",
|
|
|
+ // "iconPath": "static/hot-0.png",
|
|
|
+ // "selectedIconPath": "static/hot-1.png",
|
|
|
+ // "text": "发现"
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // "pagePath": "pages/tag/tag",
|
|
|
+ // "iconPath": "static/tag-0.png",
|
|
|
+ // "selectedIconPath": "static/tag-1.png",
|
|
|
+ // "text": "分类"
|
|
|
+ // },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/center/center",
|
|
|
+ "iconPath": "static/center-0.png",
|
|
|
+ "selectedIconPath": "static/center-1.png",
|
|
|
+ "text": "我的"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
}
|