兴蜀大屏轮播组件部分提交

This commit is contained in:
2025-09-18 15:58:57 +08:00
parent e79759e000
commit dd19b3ee22
19 changed files with 1119 additions and 330 deletions

View File

@ -0,0 +1,17 @@
<template>
<div style="color: #fff">额哥几个金额几个经二路佳乐家饿了就</div>
</template>
<script setup>
import {
ref,
reactive,
onMounted,
onUnmounted,
getCurrentInstance,
onBeforeUnmount
} from "vue";
onMounted(() => {});
</script>
<style lang="scss" scoped>
@import "@/assets/css/manpowerScreen.scss";
</style>