zhangxiaoxu123456
2022-04-15 415d3759a79817aaeb103ed587df3de885ef3832
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
// import main from "@/pages/common/Home.vue";
import showHome from "../pages/show/main/showHome";
import jiuyeAndChuangye from "../pages/show/jiuyeAndChuangye/jiuyeAndChuangye";
import shehuiBaozhang from "../pages/show/shehuiBaozhang/shehuiBaozhang";
import OtherBusiness from '../pages/show/otherBusiness/OtherBusiness'
import PersonnelTalents from '../pages/show/personnelTalents/PersonnelTalents'
const indexRouter = {
  path: "/",
  name: "index",
  component: showHome,
  redirect: "/index",
  children: [
    {
      path: "/index",
      meta: {title: "大屏首页"},
      name: "index",
      component: () => import("@/pages/show/index/index.vue")
    },
    {
      path: "/jiuyeAndChuangye",
      component: jiuyeAndChuangye,
      redirect: "/workStatistics",
      name: "jiuyeAndChuangye",
      children: [
        {
          path: "/workStatistics",
          meta: {title: "就业创业"},
          name: "workStatistics",
          component: () =>
            import(
              "@/pages/show/jiuyeAndChuangye/jiuyeChildren/workStatistics.vue"
              )
        },
        {
          path: "/chuangyeDanbaoDaikuan",
          meta: {title: "创业担保贷款"},
          name: "chuangyeDanbaoDaikuan",
          component: () =>
            import(
              "@/pages/show/jiuyeAndChuangye/jiuyeChildren/chuangyeDanbaoDaikuan.vue"
              )
        },
        {
          path: "/jiuyeQingkuang",
          meta: {title: "就业情况"},
          name: "jiuyeQingkuang",
          component: () =>
            import(
              "@/pages/show/jiuyeAndChuangye/jiuyeChildren/jiuyeQingkuang.vue"
              )
        },
        {
          path: "/biyeshengStatistics",
          meta: {title: "毕业生统计"},
          name: "biyeshengStatistics",
          component: () =>
            import(
              "@/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue"
              )
        },
        {
          path: "/zhiyePeixun",
          meta: {title: "职业培训"},
          name: "zhiyePeixun",
          component: () =>
            import(
              "@/pages/show/jiuyeAndChuangye/jiuyeChildren/zhiyePeixun.vue"
              )
        }
      ]
    },
    {
      path: "/shehuiBaozhang",
      component: shehuiBaozhang,
      redirect: "/shehuiBaoxian",
      name: "shehuiBaozhang",
      children: [
        {
          path: "/shehuiBaoxian",
          meta: {title: "社会保障"},
          name: "shehuiBaoxian",
          component: () =>
            import(
              "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shehuiBaoxian.vue"
              )
        },
        {
          path: "/shebaoShouzhiZongbiao",
          meta: {title: "社保收支总表"},
          name: "shebaoShouzhiZongbiao",
          component: () =>
            import(
              "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shebaoShouzhiZongbiao.vue"
              )
        },
        {
          path: "/qiyezhigongShebao",
          meta: {title: "企业职工社保"},
          name: "qiyezhigongShebao",
          component: () =>
            import(
              "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/qiyezhigongShebao.vue"
              )
        },
        {
          path: "/jiguanzhigongShebao",
          meta: {title: "机关职工社保"},
          name: "jiguanzhigongShebao",
          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"
              )
        }
      ]
    },
    {
      path: '/personnelTalents',
      meta: {title: "人事人才"},
      name: 'PersonnelTalents',
      redirect: '/personnelTalents_unitPersonnel',
      component: PersonnelTalents,
      children:[
        {
          path: "/personnelTalents_unitPersonnel",
          meta: {title: "事业单位人员情况"},
          name: "/PersonnelTalents_unitPersonnel",
          component: () =>
            import(
              "@/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue"
              )
        },
        {
          path: "/personnelTalents_greenCard",
          meta: {title: "人才绿卡补贴"},
          name: "/PersonnelTalents_GreenCard",
          component: () =>
            import(
              "@/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_GreenCard.vue"
              )
        }
      ]
    },
    {
      path: '/laborRelations',
      meta: {title: "劳动关系"},
      name: 'LaborRelations',
      component: () => import("@/pages/show/laborRelations/LaborRelations.vue")
    },
    {
      path: "/otherBusiness",
      component: OtherBusiness,
      meta: {title: "其他业务"},
      redirect: "/otherB-PeopleJunShouRu",
      name: "OtherBusiness",
      children: [
        {
          path: "/otherB-PeopleJunShouRu",
          meta: {title: "居民人居收入、可支配收入"},
          name: "otherB-PeopleJunShouRu",
          component: () =>
            import(
              "@/pages/show/otherBusiness/otherBusinessChild/OtherB_PeopleJunShouRu.vue"
              )
        },
        {
          path: "/otherB-GongGuTuoPin",
          meta: {title: "居民人居收入、可支配收入"},
          name: "otherB-GongGuTuoPin",
          component: () =>
            import(
              "@/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue"
              )
        }
      ]
    },
    {
      path: "/businessPolicy",
      meta: {title: "营商政策"},
      name: "businessPolicy",
      component: () => import("@/pages/show/businessPolicy/BusinessPolicy")
    }
  ]
};
const login = {
  path: "/login",
  name:'login',
  component: () => import("@/pages/login.vue"),
  meta: {
    title: `后台登陆`
  }
};
// const NotFound = {
//   path: "/404",
//   component: () => import("@/error_pages/404.vue"),
//   meta: {
//     title: "404 | 啊哦~ 你所访问的页面不存在"
//   }
// };
export const routers = [
  indexRouter,
  login
  // NotFound
];