feat: 新增知识宝典
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user