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 @@ +