|
@@ -15,7 +15,20 @@
|
|
|
"navigationBarTitleText": "若依移动端框架",
|
|
"navigationBarTitleText": "若依移动端框架",
|
|
|
"navigationStyle": "custom"
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
}
|
|
|
- }, {
|
|
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/index",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "首页"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/mine/index",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "我的"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
"path": "pages/work/index",
|
|
"path": "pages/work/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationBarTitleText": "工作台"
|
|
"navigationBarTitleText": "工作台"
|
|
@@ -71,29 +84,29 @@
|
|
|
"navigationBarTitleText": "浏览文本"
|
|
"navigationBarTitleText": "浏览文本"
|
|
|
}
|
|
}
|
|
|
}],
|
|
}],
|
|
|
- "tabBar": {
|
|
|
|
|
- "color": "#000000",
|
|
|
|
|
- "selectedColor": "#000000",
|
|
|
|
|
- "borderStyle": "white",
|
|
|
|
|
- "backgroundColor": "#ffffff",
|
|
|
|
|
- "list": [{
|
|
|
|
|
- "pagePath": "pages/index",
|
|
|
|
|
- "iconPath": "static/images/tabbar/home.png",
|
|
|
|
|
- "selectedIconPath": "static/images/tabbar/home_.png",
|
|
|
|
|
- "text": "首页"
|
|
|
|
|
- }, {
|
|
|
|
|
- "pagePath": "pages/work/index",
|
|
|
|
|
- "iconPath": "static/images/tabbar/work.png",
|
|
|
|
|
- "selectedIconPath": "static/images/tabbar/work_.png",
|
|
|
|
|
- "text": "工作台"
|
|
|
|
|
- }, {
|
|
|
|
|
- "pagePath": "pages/mine/index",
|
|
|
|
|
- "iconPath": "static/images/tabbar/mine.png",
|
|
|
|
|
- "selectedIconPath": "static/images/tabbar/mine_.png",
|
|
|
|
|
- "text": "我的"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ // "tabBar": {
|
|
|
|
|
+ // "color": "#000000",
|
|
|
|
|
+ // "selectedColor": "#000000",
|
|
|
|
|
+ // "borderStyle": "white",
|
|
|
|
|
+ // "backgroundColor": "#ffffff",
|
|
|
|
|
+ // "list": [{
|
|
|
|
|
+ // "pagePath": "pages/index",
|
|
|
|
|
+ // "iconPath": "static/images/tabbar/home.png",
|
|
|
|
|
+ // "selectedIconPath": "static/images/tabbar/home_.png",
|
|
|
|
|
+ // "text": "首页"
|
|
|
|
|
+ // }, {
|
|
|
|
|
+ // "pagePath": "pages/work/index",
|
|
|
|
|
+ // "iconPath": "static/images/tabbar/work.png",
|
|
|
|
|
+ // "selectedIconPath": "static/images/tabbar/work_.png",
|
|
|
|
|
+ // "text": "工作台"
|
|
|
|
|
+ // }, {
|
|
|
|
|
+ // "pagePath": "pages/mine/index",
|
|
|
|
|
+ // "iconPath": "static/images/tabbar/mine.png",
|
|
|
|
|
+ // "selectedIconPath": "static/images/tabbar/mine_.png",
|
|
|
|
|
+ // "text": "我的"
|
|
|
|
|
+ // }
|
|
|
|
|
+ // ]
|
|
|
|
|
+ // },
|
|
|
"globalStyle": {
|
|
"globalStyle": {
|
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarTitleText": "RuoYi",
|
|
"navigationBarTitleText": "RuoYi",
|