合约全景功能独立为单独菜单,与原 K 线页面分离

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
fish
2026-05-07 22:44:46 +08:00
parent 01309dd8ff
commit 512d43121c
4 changed files with 177 additions and 78 deletions

View File

@@ -25,6 +25,11 @@ const routes: RouteRecordRaw[] = [
name: 'chart',
component: () => import('@/views/ChartView.vue'),
},
{
path: '/contract-full',
name: 'contract-full',
component: () => import('@/views/ContractFullView.vue'),
},
{
path: '/run',
name: 'run',