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 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({

Loading…
Cancel
Save