政策标签

This commit is contained in:
熊丽君
2021-07-15 11:56:51 +08:00
parent 764277766d
commit a0e05c3a20
19 changed files with 1138 additions and 68 deletions

View 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