Files
miniapp/unpackage/dist/dev/mp-weixin/app.json
T

52 lines
1.3 KiB
JSON
Raw Normal View History

2023-08-30 09:44:26 +08:00
{
"pages": [
2023-09-05 16:14:07 +08:00
"pages/login",
"pages/register",
"pages/index",
"pages/work/index",
"pages/mine/index",
"pages/mine/avatar/index",
"pages/mine/info/index",
"pages/mine/info/edit",
"pages/mine/pwd/index",
"pages/mine/setting/index",
"pages/mine/help/index",
"pages/mine/about/index",
"pages/common/webview/index",
2023-09-12 16:58:05 +08:00
"pages/common/textview/index",
"pages/certification/index"
2023-08-30 09:44:26 +08:00
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
2023-09-05 16:14:07 +08:00
"navigationBarTitleText": "RuoYi",
"navigationBarBackgroundColor": "#FFFFFF"
2023-08-30 09:44:26 +08:00
},
"tabBar": {
2023-09-05 16:14:07 +08:00
"color": "#000000",
"selectedColor": "#000000",
"borderStyle": "white",
2023-08-30 09:44:26 +08:00
"backgroundColor": "#ffffff",
"list": [
{
2023-09-05 16:14:07 +08:00
"pagePath": "pages/index",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/home_.png",
2023-08-30 09:44:26 +08:00
"text": "首页"
},
{
2023-09-05 16:14:07 +08:00
"pagePath": "pages/work/index",
"iconPath": "static/images/tabbar/work.png",
"selectedIconPath": "static/images/tabbar/work_.png",
"text": "工作台"
2023-08-30 09:44:26 +08:00
},
{
2023-09-05 16:14:07 +08:00
"pagePath": "pages/mine/index",
"iconPath": "static/images/tabbar/mine.png",
"selectedIconPath": "static/images/tabbar/mine_.png",
2023-08-30 09:44:26 +08:00
"text": "我的"
}
]
},
"usingComponents": {}
}