stly: 更换样式
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
|
||||
<el-menu-item index="2" @click="enterStart"
|
||||
>开始</el-menu-item>
|
||||
<el-menu-item index="3" @click="enterBook" style="color: red;font-weight: bolder;font-size: large;"
|
||||
>面试宝典</el-menu-item>
|
||||
<el-menu-item index="3" @click="enterTemp" style="color: red;font-weight: bolder;font-size: large;"
|
||||
>ai股票</el-menu-item>
|
||||
<el-menu-item index="4" @click="enterShop"
|
||||
>商城</el-menu-item>
|
||||
<!-- <el-sub-menu index="4">-->
|
||||
@@ -233,8 +233,8 @@ const enterStart = () => {
|
||||
router.push("/start");
|
||||
}
|
||||
|
||||
const enterBook=()=>{
|
||||
router.push("/book");
|
||||
const enterTemp=()=>{
|
||||
alert("即将上线,敬请期待!请多攒一些钱钱吧,最低入场需100钱钱哦")
|
||||
}
|
||||
const enterShop=()=>{
|
||||
router.push("/shop");
|
||||
|
||||
Reference in New Issue
Block a user