From 15e23da987005bc93ef5c5de3bd40a6a1dc7f4d6 Mon Sep 17 00:00:00 2001 From: hanyuqing <1106611654@qq.com> Date: Fri, 26 Dec 2025 14:12:22 +0800 Subject: [PATCH] . --- vue/src/router/index.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/vue/src/router/index.js b/vue/src/router/index.js index a410e6a..9a838a5 100644 --- a/vue/src/router/index.js +++ b/vue/src/router/index.js @@ -6,6 +6,7 @@ import Profile from '../system/Profile.vue' import Display from '../system/GraphDemo.vue' import Builder from '../system/GraphBuilder.vue' import Style from '../system/GraphStyle.vue' +import Data from '../system/KGData.vue' import QA from '../system/GraphQA.vue' const routes = [ { @@ -59,7 +60,14 @@ const routes = [ path: '/kg-qa', name: 'QA', component: QA - } + }, + + { + path: '/kg-data', + name: 'Data', + component: Data + }, + ] const router = createRouter({