文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 9e9c7d64 by Wang Yuhang

合并

parent 9c31fe0d
import Vue from 'vue' import Vue from 'vue'
import Router from 'vue-router' import Router from 'vue-router'
<<<<<<< HEAD
import HelloWorld from '@/components/HelloWorld'
import test1 from '@/components/test1'
=======
import Login from '../components/Login' import Login from '../components/Login'
import userhome from '../components/UserHome' import userhome from '../components/UserHome'
import TaskHall from '../components/Taskhall' import TaskHall from '../components/Taskhall'
...@@ -21,7 +17,6 @@ import SelectedText from '../components/textAnnotation/SelectedText' ...@@ -21,7 +17,6 @@ import SelectedText from '../components/textAnnotation/SelectedText'
import Table from '../components/textAnnotation/Table' import Table from '../components/textAnnotation/Table'
import imageAnnotiation from '../components/imageAnnotation/imageAnnotiation' import imageAnnotiation from '../components/imageAnnotation/imageAnnotiation'
import layerAnnotation from '../components/imageAnnotation/layerAnnotation' import layerAnnotation from '../components/imageAnnotation/layerAnnotation'
>>>>>>> 1bbb2e17abc83db9f556796abf7cad13a94852ad
Vue.use(Router) Vue.use(Router)
...@@ -117,18 +112,8 @@ export default new Router({ ...@@ -117,18 +112,8 @@ export default new Router({
}, },
{ {
path: '/', path: '/',
<<<<<<< HEAD
name: 'HelloWorld',
component: HelloWorld
},
{
path: '/test1',
name: 'test1',
component: test1
=======
name: 'login', name: 'login',
component: Login component: Login
>>>>>>> 1bbb2e17abc83db9f556796abf7cad13a94852ad
} }
] ]
}) })
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment