From c2f95b0b9090a2394b5b068582b932a5e57b86aa Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期二, 05 九月 2023 18:19:37 +0800 Subject: [PATCH] 雷达图 新增综合风险排名 数据接入配置 --- src/router/index.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index b7232a0..bd9240a 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -86,7 +86,7 @@ // 鐧婚檰椤甸潰 { path: "/login", - name: 'fst', + name: 'login', component: () => import('@/views/login/LoginSystem.vue') }, -- Gitblit v1.9.3