feat: 上线ai股市模块

This commit is contained in:
橙子
2025-03-15 00:58:10 +08:00
parent cec28faaf7
commit f7d9effa07
5 changed files with 73 additions and 20 deletions

View File

@@ -14,7 +14,7 @@
<el-menu-item index="2" @click="enterStart"
>开始</el-menu-item>
<el-menu-item index="3" @click="enterTemp" style="color: red;font-weight: bolder;font-size: large;"
>Ai股</el-menu-item>
>Ai</el-menu-item>
<el-menu-item index="4" @click="enterShop"
>商城</el-menu-item>
<!-- <el-sub-menu index="4">-->
@@ -234,7 +234,7 @@ const enterStart = () => {
}
const enterTemp=()=>{
alert("即将上线敬请期待请多攒一些钱钱吧最低入场需100钱钱哦")
router.push("/stock");
}
const enterShop=()=>{
router.push("/shop");