From 761fd7550b2401857873f76e3346303343b00530 Mon Sep 17 00:00:00 2001 From: nelson Date: Wed, 8 Jun 2022 00:40:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=BE=BE=E4=BF=A1=E6=9D=BF=E5=9D=97?= =?UTF-8?q?=E5=91=A8=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/header/Header.vue | 28 +++++++++++++++------------- src/router/index.ts | 5 +++++ src/views/stock/plate/Index.vue | 16 ++++++++++++++++ 3 files changed, 36 insertions(+), 13 deletions(-) create mode 100644 src/views/stock/plate/Index.vue diff --git a/src/layout/header/Header.vue b/src/layout/header/Header.vue index 0106373..12673cb 100644 --- a/src/layout/header/Header.vue +++ b/src/layout/header/Header.vue @@ -6,21 +6,23 @@ background-color="#545c64" text-color="#fff" active-text-color="#ffd04b" + router="true" @select="handleSelect" > - 股票情绪 - - - item one - item two - item three - - - item one - item two - item three - - + 股票情绪 + 板块周期 + + + + + + + + + + + + 无用菜单 diff --git a/src/router/index.ts b/src/router/index.ts index d89a426..edb827d 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -14,6 +14,11 @@ const routes: Array = path: 'chg', name: 'StockChg', component: () => import('@/views/stock/chg/Index.vue') + }, + { + path: 'plate', + name: 'StockPlate', + component: () => import('@/views/stock/plate/Index.vue') } ] } diff --git a/src/views/stock/plate/Index.vue b/src/views/stock/plate/Index.vue new file mode 100644 index 0000000..0cb2644 --- /dev/null +++ b/src/views/stock/plate/Index.vue @@ -0,0 +1,16 @@ +