feat: 新增知识宝典

This commit is contained in:
橙子
2025-01-19 13:20:09 +08:00
parent 950c89a8bc
commit 545cef34a9
2 changed files with 6 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
<el-menu-item index="2" @click="enterStart"
>开始</el-menu-item>
<el-menu-item index="3" @click="enterWatermelon" style="color: red;font-weight: bolder;font-size: large;"
>数字藏品</el-menu-item>
>知识宝典</el-menu-item>
<el-menu-item index="4" @click="enterShop"
>商城</el-menu-item>
<!-- <el-sub-menu index="4">-->
@@ -234,7 +234,8 @@ const enterStart = () => {
}
const enterWatermelon=()=>{
router.push("/dc");
// router.push("/dc");
alert("即将上线,敬请期待!")
}
const enterShop=()=>{
router.push("/shop");