perf: 整体优化细节
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user