| | |
| | | import addStyle from '../views/datamanage/addStyle.vue'; //数据管理-样式管理-添加样式 |
| | | import ExportMap from '../views/exportMap/index.vue'; //在线制图 |
| | | import userInfoManage from '../views/userManage/userInfoManage.vue'; // 用户管理模块 |
| | | import templateManage from '../views/userManage/templateManage.vue'; // 模板管理 |
| | | import orgManage from '../views/userManage/orgManage.vue'; // 用户管理模块 |
| | | import userAuditing from '../views/userManage/userAuditing.vue'; // 用户管理模块 |
| | | import roleManage from '../views/userManage/roleManage.vue'; // 用户管理模块 |
| | |
| | | }, |
| | | }, |
| | | { |
| | | path: '/templateManage', |
| | | component: templateManage, |
| | | name: 'templateManage', |
| | | meta: { |
| | | title: '模板管理', |
| | | requireAuth: true, // 标识该路由是否需要登录 |
| | | }, |
| | | }, |
| | | { |
| | | path: '/orgManage', |
| | | component: orgManage, |
| | | name: 'orgManage', |