feat: 框架样式调整

This commit is contained in:
rd
2025-08-15 14:32:40 +08:00
parent f11548e9c1
commit ca53964cfb
56 changed files with 206 additions and 157 deletions

View File

@ -8,7 +8,7 @@ const route = useRoute();
const routerKey = computed(() => {
return route.path + Math.random();
});
const hideFooter = computed(() => route.meta?.hideFooter);
// const hideFooter = computed(() => route.meta?.hideFooter);
/*** - end */
</script>
@ -20,10 +20,10 @@ const hideFooter = computed(() => route.meta?.hideFooter);
<component :is="Component" :key="route.fullPath" />
</keep-alive>
</transition>
<view class="footer" v-if="!hideFooter">
<!-- <view class="footer" v-if="!hideFooter">
<view>闽公网安备 352018502850842 闽ICP备20250520582号 © 2025小题科技All Rights Reserved.</view>
<view>* 数据通过公开渠道获取灵机进行统计分析</view>
</view>
</view> -->
</router-view>
</template>