12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "pages": [{
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/power/index",
- "style": {
- "navigationBarTitleText": "电量预测",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/type/index",
- "style": {
- "navigationBarTitleText": "故障分类",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/report/index",
- "style": {
- "navigationBarTitleText": "数据简报",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/warn/index",
- "style": {
- "navigationBarTitleText": "故障预警",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/common/uniNavBar",
- "style": {
- "navigationBarTitleText": "消息",
- "navigationStyle": "custom"
- }
- }],
- "tabBar": {
- "color": "#6A98CB",
- "selectedColor": "#FF8902",
- "borderStyle": "white",
- "backgroundColor": "#000",
- "list": [{
- "pagePath": "pages/home/index",
- "iconPath": "static/jnImage/indexPage/home.png",
- "selectedIconPath": "static/jnImage/indexPage/homeS.png",
- "text": "首页"
- }, {
- "pagePath": "pages/power/index",
- "iconPath": "static/jnImage/indexPage/power.png",
- "selectedIconPath": "static/jnImage/indexPage/powerS.png",
- "text": "电量预测"
- }, {
- "pagePath": "pages/type/index",
- "iconPath": "static/jnImage/indexPage/type.png",
- "selectedIconPath": "static/jnImage/indexPage/typeS.png",
- "text": "故障分类"
- }, {
- "pagePath": "pages/report/index",
- "iconPath": "static/jnImage/indexPage/report.png",
- "selectedIconPath": "static/jnImage/indexPage/reportS.png",
- "text": "数据简报"
- }, {
- "pagePath": "pages/warn/index",
- "iconPath": "static/jnImage/indexPage/warn.png",
- "selectedIconPath": "static/jnImage/indexPage/warnS.png",
- "text": "故障预警"
- }]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "RuoYi",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }
|