Commit f157052b by 张超军

eeee

parent efedd1dd
/*
* @Author: your name
* @Date: 2021-07-05 13:42:42
* @LastEditTime: 2021-07-05 18:05:18
* @LastEditTime: 2021-09-07 12:36:20
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\config\defaultSettings.js
......@@ -38,5 +38,5 @@ export default {
storage: 'local'
},
windowWidth: 1920,
windowHeight: 1080
windowHeight: 980
}
/*
* @Author: your name
* @Date: 2021-09-07 09:58:13
* @LastEditTime: 2021-09-07 14:37:49
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\router\modules\index.js
*/
export default [
{
path: "/",
......@@ -15,15 +23,129 @@ export default [
{
path: "/Home",
name: "Home",
redirect: '/Home/htzwcj',
meta: {
title: "工作桌面",
auth: "5"
},
component: () => import("@/views/Home.vue"),
children: [
{ path: "/QueryConfirm", name: "QueryConfirm", component: () => import("@/views/confirm/QueryConfirm.vue") },
{ path: "/AllPersonnelBase", name: "AllPersonnelBase", component: () => import("@/views/AllPersonnelBase/AllPersonnelBase.vue") },
{ path: '/Editor', name: 'Editor', component: () => import("@/views/Editor/Editor.vue") },
{
path: "htzwcj",
name: "htzwcj",
hidden: true,
meta: {
title: '活体指纹采集',
auth: '5'
},
component: () => import("@/views/htzwcj.vue"),
},
{
path: "/zzwcj",
name: "zzwcj",
hidden: false,
icon_d: '/img/zzwcj_d.png',
icon_a: '/img/zzwcj_a.png',
meta: {
title: '指掌纹采集',
auth: '5'
},
component: () => import("@/views/zzwcj/Index.vue"),
},
{
path: "/zzwlr",
name: "zzwlr",
hidden: false,
icon_d: '/img/zzwlr_d.png',
icon_a: '/img/zzwlr_a.png',
meta: {
title: '指掌纹录入',
auth: '5'
},
component: () => import("@/views/zzwlr/Index.vue"),
},
{
path: "/zwbj",
name: "zwbj",
hidden: false,
icon_d: '/img/zwbj_d.png',
icon_a: '/img/zwbj_a.png',
meta: {
title: '指纹编辑',
auth: '5'
},
component: () => import("@/views/Editor/Editor.vue")
},
{
path: "/cxyrd",
name: "cxyrd",
hidden: false,
icon_d: '/img/cxyrd_d.png',
icon_a: '/img/cxyrd_a.png',
meta: {
title: '查询与认定',
auth: '5'
},
component: () => import("@/views/cxyrd/QueryConfirm.vue"),
},
{
path: "/zljc",
name: "zljc",
hidden: false,
icon_d: '/img/zljc_d.png',
icon_a: '/img/zljc_a.png',
meta: {
title: '质量检查',
auth: '5'
},
component: () => import("@/views/zljc/Index.vue"),
},
{
path: "/daxx",
name: "daxx",
hidden: false,
icon_d: '/img/daxx_d.png',
icon_a: '/img/daxx_a.png',
meta: {
title: '档案信息',
auth: '5'
},
component: () => import("@/views/daxx/Index.vue"),
},
{
path: "/AllPersonnelBaseIndex",
name: "AllPersonnelBaseIndex",
hidden: false,
icon_d: '/img/sszygl_d.png',
icon_a: '/img/sszygl_a.png',
meta: {
title: '数据资源管理',
auth: '5'
},
component: () => import("@/views/AllPersonnelBase/Index.vue"),
children: [
{
path: "/",
name: "AllPersonnelBase",
hidden: false,
meta: {
title: '全部人员库',
auth: '5'
},
component: () => import("@/views/AllPersonnelBase/AllPersonnelBase.vue")
},
{
path: "qbalk",
name: "qbalk",
hidden: false,
meta: {
title: '全部案例库',
auth: '5'
},
component: () => import("@/views/AllPersonnelBase/AllPersonnelBase.vue")
},
]
},
]
},
{
......
<!--
* @Author: your name
* @Date: 2021-09-07 10:21:30
* @LastEditTime: 2021-09-07 10:21:30
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\AllPersonnelBase\Index.vue
-->
<template>
<div>
<router-view></router-view>
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
</style>
\ No newline at end of file
<!--
* @Author: your name
* @Date: 2021-09-07 10:39:02
* @LastEditTime: 2021-09-07 10:39:03
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\AllPersonnelBase\qbalk.vue
-->
<template>
<div>
全部案例库
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
</style>
\ No newline at end of file
<!--
* @Author: your name
* @Date: 2021-09-07 10:46:50
* @LastEditTime: 2021-09-07 10:46:50
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\daxx\Index.vue
-->
<template>
<div>
档案信息
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
</style>
\ No newline at end of file
<!--
* @Author: your name
* @Date: 2021-09-07 11:08:38
* @LastEditTime: 2021-09-07 11:08:38
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\htzwcj.vue
-->
<template>
<div>
活体指纹采集
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
</style>
\ No newline at end of file
<!--
* @Author: your name
* @Date: 2021-09-07 10:36:02
* @LastEditTime: 2021-09-07 10:36:03
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\zljc\Index.vue
-->
<template>
<div>
质量检查
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
</style>
\ No newline at end of file
<!--
* @Author: your name
* @Date: 2021-09-07 10:28:38
* @LastEditTime: 2021-09-07 10:28:38
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\zzwcj\Index.vue
-->
<template>
<div>
指掌纹采集
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
</style>
\ No newline at end of file
<!--
* @Author: your name
* @Date: 2021-09-07 10:31:34
* @LastEditTime: 2021-09-07 10:31:35
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\zzwlr\Index.vue
-->
<template>
<div>
指掌纹录入
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment