更改动态导航栏

This commit is contained in:
wwz
2025-02-08 09:16:43 +08:00
parent 20b5539a82
commit 5add1f1282
33 changed files with 21325 additions and 72 deletions

View File

@@ -1,6 +1,12 @@
<script>
import {
useNavbarStore
} from '@/stores/navbarStore';
export default {
onLaunch: function() {},
onLaunch: function() {
const store = useNavbarStore();
store.initNavbarHeight();
},
onShow: function() {},
onHide: function() {}
}
@@ -9,4 +15,5 @@
<style lang="scss">
/*每个页面公共css */
@import "@/uni_modules/uview-plus/index.scss";
@import '@/common/css/flex.css';
</style>