提交代码

This commit is contained in:
yiqiuyang
2025-10-15 16:46:35 +08:00
parent 9a01223fc9
commit 502eaff488
36 changed files with 595 additions and 196 deletions

View File

@ -11,7 +11,7 @@ onMounted(() => {})
</div>
<div class="QR-dev">
<img class="QR-img" :src="`./static/images/footer/mark.png`" alt="" />
<div class="label">熊雨翔</div>
<div class="label">市场联系人</div>
</div>
</div>
</template>
@ -20,9 +20,9 @@ onMounted(() => {})
.QR-code {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
gap: 20px;
display: flex;
justify-content: center;
gap: 20px;
.QR-dev {
width: 150px;
height: 200px;

View File

@ -9,7 +9,7 @@ const {navIndex} = storeToRefs(navStore)
// 响应式数据
const navList = ref([])
const activeIndex = ref(null)
const activeIndex = ref('/')
// 处理导航选择
const handleSelect = (key) => {