style: 新增shop

This commit is contained in:
橙子
2024-11-12 22:29:06 +08:00
parent dad4ca4ab4
commit f9217dc066
6 changed files with 47 additions and 12 deletions

View File

@@ -35,11 +35,15 @@
</el-icon>
<span>排行榜</span>
</el-menu-item>
<el-menu-item index="7" :route="{ path: '/money' }">
<el-menu-item index="7" :route="{ path: '/shop' }">
<el-icon>
<ShoppingCart />
</el-icon>
<span>商城即将上线</span>
<span>商城</span>
</el-menu-item>
<el-menu-item index="8" :route="{ path: '/dc' }">
<el-icon><Trophy /></el-icon>
<span>数字藏品</span>
</el-menu-item>
</el-menu>