政策标签
This commit is contained in:
14
src/router/dynamicRoutes.js
Normal file
14
src/router/dynamicRoutes.js
Normal file
@ -0,0 +1,14 @@
|
||||
import Vue from 'vue'
|
||||
import Router from 'vue-router'
|
||||
|
||||
Vue.use(Router)
|
||||
|
||||
/* Router Modules */
|
||||
import policyPage from './modules/policyPage'
|
||||
|
||||
export const DynamicRoutes = [
|
||||
// 政策管理
|
||||
policyPage,
|
||||
]
|
||||
|
||||
export default DynamicRoutes
|
Reference in New Issue
Block a user