24 lines
399 B
JavaScript
Raw Permalink Normal View History

2025-03-11 17:57:17 +08:00
const vuex_tabbar = [
{
iconPath: "gift",
selectedIconPath: "gift-fill",
text: "成品",
pagePath: "/pages/product/index"
},
{
iconPath: "bag",
selectedIconPath: "bag-fill",
text: "原材",
pagePath: "/pages/material/index"
},
{
iconPath: "account",
selectedIconPath: "account-fill",
text: "个人",
pagePath: "/pages/account/index"
}
]
2025-03-10 13:49:13 +08:00
2025-03-11 17:57:17 +08:00
export default {
vuex_tabbar
}