Commit 58b91a12 by gao_yingdong

多维查询

parent 0bec6a32
......@@ -70,7 +70,7 @@ export default [
path: "/jccxIndex",
name: "jccxIndex",
meta: {
title: '案件查询',
title: '多维查询',
auth: 5
},
component: () => import("@/views/jccx/index.vue")
......@@ -79,7 +79,7 @@ export default [
path: "/qgjcxx",
name: "qgjcxx",
meta: {
title: '案件查询',
title: '多维查询',
auth: 5
},
component: () => import("@/views/jccx/qgjcxx.vue")
......@@ -88,7 +88,7 @@ export default [
path: "/qsjccx",
name: "qsjccx",
meta: {
title: '案件查询',
title: '多维查询',
auth: 5
},
component: () => import("@/views/jccx/qsjccx.vue")
......
......@@ -4,7 +4,7 @@
<div class="headerAjcx">
<div class="headerContent">
<!-- <img src="@/assets/img/imageTitle.png" alt="/" /> -->
<span class="headerTitle">案件查询</span>
<span class="headerTitle">多维查询</span>
<span
:style="{
'font-weight': qsShow ? '700' : '500',
......
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