hanyuqing 4 months ago
parent
commit
15e23da987
  1. 10
      vue/src/router/index.js

10
vue/src/router/index.js

@ -6,6 +6,7 @@ import Profile from '../system/Profile.vue'
import Display from '../system/GraphDemo.vue' import Display from '../system/GraphDemo.vue'
import Builder from '../system/GraphBuilder.vue' import Builder from '../system/GraphBuilder.vue'
import Style from '../system/GraphStyle.vue' import Style from '../system/GraphStyle.vue'
import Data from '../system/KGData.vue'
import QA from '../system/GraphQA.vue' import QA from '../system/GraphQA.vue'
const routes = [ const routes = [
{ {
@ -59,7 +60,14 @@ const routes = [
path: '/kg-qa', path: '/kg-qa',
name: 'QA', name: 'QA',
component: QA component: QA
} },
{
path: '/kg-data',
name: 'Data',
component: Data
},
] ]
const router = createRouter({ const router = createRouter({

Loading…
Cancel
Save