From 46e52ef694b1f15423f2b66bc0467f623d59f895 Mon Sep 17 00:00:00 2001 From: wangyifeng <812766448@qq.com> Date: Fri, 23 May 2025 11:33:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E5=8E=86=E5=8F=B2=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=9D=A1=E4=BB=B6=E7=AD=9B=E9=80=89=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/headerMenuConfig.js | 1 + src/views/historic-stock/size1920/index.vue | 143 ++++++++++---------- 2 files changed, 75 insertions(+), 69 deletions(-) diff --git a/src/config/headerMenuConfig.js b/src/config/headerMenuConfig.js index cd0324d..60c8f5f 100644 --- a/src/config/headerMenuConfig.js +++ b/src/config/headerMenuConfig.js @@ -65,6 +65,7 @@ export const useHeaderMenuConfig = () => { { label: t('header_menu.stock_information.historic_stock_price'), key: 'historic_stock_price', + href: '/historic-stock', }, { label: t('header_menu.stock_information.investment_calculator'), diff --git a/src/views/historic-stock/size1920/index.vue b/src/views/historic-stock/size1920/index.vue index 83dc3e4..54a658f 100644 --- a/src/views/historic-stock/size1920/index.vue +++ b/src/views/historic-stock/size1920/index.vue @@ -1,9 +1,9 @@