kun 19/9/24 20:10

This commit is contained in:
沈学坤
2019-09-24 20:10:04 +08:00
parent 1474d83d39
commit ccabe846fb
8 changed files with 639 additions and 64 deletions

View File

@@ -5,6 +5,7 @@ import Router from 'vue-router'
import homePage from './views/homePage/homePage'
import applyFor from './views/homePage/applyFor'
import newsDetails from './views/homePage/newsDetails'
import newsList from './views/homePage/newsList'
/** 登录 */
import login from './views/login/login'
/** 注册 */
@@ -33,6 +34,11 @@ export default new Router({
mode: 'hash',
base: process.env.BASE_URL,
routes: [
{
path: '/newsList',
name: 'newsList',
component: newsList
},
{
path: '/informationQuery',
name: 'informationQuery',