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