perf: 整体优化细节

This commit is contained in:
橙子
2025-02-06 12:54:48 +08:00
parent 9c94953e0e
commit 37b16e8395
7 changed files with 33 additions and 20 deletions

View File

@@ -13,7 +13,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 index="3" @click="enterBook" style="color: red;font-weight: bolder;font-size: large;"
>面试宝典</el-menu-item>
<el-menu-item index="4" @click="enterShop"
>商城</el-menu-item>
@@ -233,9 +233,8 @@ const enterStart = () => {
router.push("/start");
}
const enterWatermelon=()=>{
// router.push("/dc");
alert("即将上线,敬请期待!")
const enterBook=()=>{
router.push("/book");
}
const enterShop=()=>{
router.push("/shop");