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

@@ -311,10 +311,11 @@ const activeList = [
{name: "排行榜", path: "/money", icon: "Money"},
{name: "开始", path: "/start", icon: "Position"},
{name: "聊天室", path: "/chat", icon: "ChatRound"},
{name: "商城", path: "/shop", icon: "ShoppingCart"},
{name: "数字藏品", path: "/dc", icon: "Trophy"},
{name: "面试宝典", path: "/book", icon: "Memo"},
{name: "AI炒股", path: "/stock", icon: "TrendCharts"},
// {name: "小程序", path: "/", icon: "Position"},
// {name: "公众号", path: "/", icon: "ChatRound"},
];
@@ -431,7 +432,6 @@ const registerLogOptins = computed(() => {
});
const onClickMoneyTop = () => {
router.push("/money");
};