kun 19/9/24 20:10
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user