You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.3 KiB
45 lines
1.3 KiB
{
|
|
"pages": [{
|
|
"path": "pages/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
}],
|
|
// "tabBar": {
|
|
// "color": "#8f9bb3",
|
|
// "selectedColor": "#409eff",
|
|
// "borderStyle": "white",
|
|
// "backgroundColor": "#ffffff",
|
|
// "list": [{
|
|
// "pagePath": "pages/index",
|
|
// "iconPath": "static/images/tabbar/tab_icon1.png",
|
|
// "selectedIconPath": "static/images/tabbar/tab_act_icon1.png",
|
|
// "text": "首页"
|
|
// }, {
|
|
// "pagePath": "pages/device/index",
|
|
// "iconPath": "static/images/tabbar/tab_icon2.png",
|
|
// "selectedIconPath": "static/images/tabbar/tab_act_icon2.png",
|
|
// "text": "设备"
|
|
// }, {
|
|
// "pagePath": "pages/mold/index",
|
|
// "iconPath": "static/images/tabbar/tab_icon3.png",
|
|
// "selectedIconPath": "static/images/tabbar/tab_act_icon3.png",
|
|
// "text": "模具"
|
|
// }, {
|
|
// "pagePath": "pages/spareParts/index",
|
|
// "iconPath": "static/images/tabbar/tab_icon4.png",
|
|
// "selectedIconPath": "static/images/tabbar/tab_act_icon4.png",
|
|
// "text": "备件"
|
|
// }, {
|
|
// "pagePath": "pages/mine/index",
|
|
// "iconPath": "static/images/tabbar/tab_icon5.png",
|
|
// "selectedIconPath": "static/images/tabbar/tab_act_icon5.png",
|
|
// "text": "我的"
|
|
// }]
|
|
// },
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "RuoYi",
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
}
|
|
}
|