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.
44 lines
1.1 KiB
44 lines
1.1 KiB
export const nurseTabbar = [
|
|
{
|
|
pagePath: "/pages/index/index",
|
|
iconPath: "/package_sub/static/home.png",
|
|
selectedIconPath: "/package_sub/static/home-active.png",
|
|
text: "首页"
|
|
},
|
|
{
|
|
pagePath: "/pages/me/index",
|
|
iconPath: "/package_sub/static/user.png",
|
|
selectedIconPath: "/package_sub/static/user-active.png",
|
|
text: "我的"
|
|
}
|
|
]
|
|
|
|
export const staffTabbar = [
|
|
{
|
|
pagePath: "/pages/index/staffIndex",
|
|
iconPath: "/package_sub/static/home.png",
|
|
selectedIconPath: "/package_sub/static/home-active.png",
|
|
text: "首页"
|
|
},
|
|
{
|
|
pagePath: "/pages/me/index",
|
|
iconPath: "/package_sub/static/user.png",
|
|
selectedIconPath: "/package_sub/static/user-active.png",
|
|
text: "我的"
|
|
}
|
|
]
|
|
|
|
export const operatorTabbar = [
|
|
{
|
|
pagePath: "/pages/index/operatorIndex",
|
|
iconPath: "/package_sub/static/home.png",
|
|
selectedIconPath: "/package_sub/static/home-active.png",
|
|
text: "首页"
|
|
},
|
|
{
|
|
pagePath: "/pages/me/index",
|
|
iconPath: "/package_sub/static/user.png",
|
|
selectedIconPath: "/package_sub/static/user-active.png",
|
|
text: "我的"
|
|
}
|
|
] |