This commit is contained in:
xingyy 2023-10-07 15:18:27 +08:00
parent 2b8692a0ff
commit 406b78cc10

View File

@ -34,7 +34,7 @@ import tabBarJs from "../../util/tabbar";
export default {
name: "index",
onLoad() {
uni.hideTabBar();
uni.setStorageSync("tabBar", tabBarJs);
},