stly: 更换样式

This commit is contained in:
橙子
2025-03-08 22:47:30 +08:00
parent 82865631fc
commit d9ed547a20

View File

@@ -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");