From b0e391f5488aead9e56dc725b69cd81ba36f917d Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期三, 13 四月 2022 10:14:48 +0800
Subject: [PATCH] 社保卡征集收入及社保卡持卡人数页面
---
src/router/router.js | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/src/router/router.js b/src/router/router.js
index e90ec5f..07396db 100644
--- a/src/router/router.js
+++ b/src/router/router.js
@@ -109,6 +109,51 @@
component: () =>
import(
"@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/jiguanzhigongShebao.vue"
+ )
+ },
+ {
+ path: "/juminYanglaoBaoxian",
+ meta: { title: "灞呮皯鍏昏�佷繚闄�" },
+ name: "juminYanglaoBaoxian",
+ component: () =>
+ import(
+ "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/juminYanglaoBaoxian.vue"
+ )
+ },
+ {
+ path: "/shiyeBaoxian",
+ meta: { title: "澶变笟淇濋櫓" },
+ name: "shiyeBaoxian",
+ component: () =>
+ import(
+ "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shiyeBaoxian.vue"
+ )
+ },
+ {
+ path: "/gongshangBaoxian",
+ meta: { title: "宸ヤ激淇濋櫓" },
+ name: "gongshangBaoxian",
+ component: () =>
+ import(
+ "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/gongshangBaoxian.vue"
+ )
+ },
+ {
+ path: "/shebaoZhengjiShouru",
+ meta: { title: "绀句繚寰侀泦鏀跺叆鏄庣粏" },
+ name: "shebaoZhengjiShouru",
+ component: () =>
+ import(
+ "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shebaoZhengjiShouru.vue"
+ )
+ },
+ {
+ path: "/shebaoChikaRenshu",
+ meta: { title: "绀句繚鍗℃寔鍗′汉鏁�" },
+ name: "shebaoChikaRenshu",
+ component: () =>
+ import(
+ "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shebaoChikaRenshu.vue"
)
}
]
--
Gitblit v1.9.1