Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zj-app(废弃)
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
new-zhengjiang
zj-app(废弃)
Commits
e23387c0
Commit
e23387c0
authored
Apr 10, 2023
by
songwenlu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'gx'
parent
1937e4e5
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
257 additions
and
332 deletions
+257
-332
App.vue
src/App.vue
+1
-1
answer.jpg
src/assets/answer/answer.jpg
+0
-0
index.js
src/router/index.js
+203
-306
axios.js
src/utils/axios.js
+3
-2
utils.js
src/utils/utils.js
+1
-1
index.vue
src/views/answer/index.vue
+23
-0
index.vue
src/views/talents/index.vue
+4
-3
report.vue
src/views/talents/report.vue
+1
-1
reportfilter.vue
src/views/talents/reportfilter.vue
+20
-17
reportform.vue
src/views/talents/reportform.vue
+1
-1
No files found.
src/App.vue
View file @
e23387c0
...
...
@@ -63,7 +63,7 @@ export default {
},
created
()
{
// 测试模拟人员信息
//
this.init();
this
.
init
();
},
};
</
script
>
...
...
src/assets/answer/answer.jpg
0 → 100644
View file @
e23387c0
842 KB
src/router/index.js
View file @
e23387c0
...
...
@@ -11,11 +11,11 @@ const routes = [
name
:
"ColdFood"
,
component
:
basicLayout
,
redirect
:
"/coldfood/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"Index"
,
component
:
()
=>
import
(
"@/views/coldfood/"
),
component
:
()
=>
import
(
"@/views/coldfood/"
),
meta
:
{
title
:
"冷链食品申报"
,
},
...
...
@@ -23,8 +23,7 @@ const routes = [
{
path
:
"manage"
,
name
:
"Manage"
,
component
:
()
=>
import
(
"@/views/coldfood/manageIndex"
),
component
:
()
=>
import
(
"@/views/coldfood/manageIndex"
),
meta
:
{
title
:
"冷链食品申报"
,
},
...
...
@@ -32,8 +31,7 @@ const routes = [
{
path
:
"report"
,
name
:
"Report"
,
component
:
()
=>
import
(
"@/views/coldfood/report"
),
component
:
()
=>
import
(
"@/views/coldfood/report"
),
meta
:
{
title
:
"预约入库"
,
},
...
...
@@ -41,8 +39,7 @@ const routes = [
{
path
:
"selfreport"
,
name
:
"SelfReport"
,
component
:
()
=>
import
(
"@/views/coldfood/selfreport"
),
component
:
()
=>
import
(
"@/views/coldfood/selfreport"
),
meta
:
{
title
:
"自主信息录入"
,
},
...
...
@@ -50,8 +47,7 @@ const routes = [
{
path
:
"myreport"
,
name
:
"MyReport"
,
component
:
()
=>
import
(
"@/views/coldfood/myReport"
),
component
:
()
=>
import
(
"@/views/coldfood/myReport"
),
meta
:
{
title
:
"我的预约"
,
},
...
...
@@ -59,8 +55,7 @@ const routes = [
{
path
:
"reportdetail"
,
name
:
"MyReportDetail"
,
component
:
()
=>
import
(
"@/views/coldfood/myReportDetail"
),
component
:
()
=>
import
(
"@/views/coldfood/myReportDetail"
),
meta
:
{
title
:
"预约详情"
,
},
...
...
@@ -68,8 +63,7 @@ const routes = [
{
path
:
"password"
,
name
:
"Password"
,
component
:
()
=>
import
(
"@/views/coldfood/password"
),
component
:
()
=>
import
(
"@/views/coldfood/password"
),
meta
:
{
title
:
"口令鉴定"
,
},
...
...
@@ -77,8 +71,7 @@ const routes = [
{
path
:
"comein"
,
name
:
"ComeIn"
,
component
:
()
=>
import
(
"@/views/coldfood/comeIn"
),
component
:
()
=>
import
(
"@/views/coldfood/comeIn"
),
meta
:
{
title
:
"冷链食品出入库"
,
},
...
...
@@ -86,8 +79,7 @@ const routes = [
{
path
:
"check"
,
name
:
"Check"
,
component
:
()
=>
import
(
"@/views/coldfood/check"
),
component
:
()
=>
import
(
"@/views/coldfood/check"
),
meta
:
{
title
:
"消杀、检测、灭活管理"
,
},
...
...
@@ -95,8 +87,7 @@ const routes = [
{
path
:
"slefreportdetail"
,
name
:
"SlefReportDetail"
,
component
:
()
=>
import
(
"@/views/coldfood/selfReportDetail"
),
component
:
()
=>
import
(
"@/views/coldfood/selfReportDetail"
),
meta
:
{
title
:
"自主申报详情"
,
},
...
...
@@ -104,8 +95,7 @@ const routes = [
{
path
:
"review"
,
name
:
"Review"
,
component
:
()
=>
import
(
"@/views/coldfood/review"
),
component
:
()
=>
import
(
"@/views/coldfood/review"
),
meta
:
{
title
:
"货物流向追溯"
,
},
...
...
@@ -113,8 +103,7 @@ const routes = [
{
path
:
"addtrace"
,
name
:
"AddTrace"
,
component
:
()
=>
import
(
"@/views/coldfood/addTrace"
),
component
:
()
=>
import
(
"@/views/coldfood/addTrace"
),
meta
:
{
title
:
"添加货物流向追溯"
,
},
...
...
@@ -127,22 +116,22 @@ const routes = [
name
:
"Phone"
,
component
:
basicLayout
,
redirect
:
"/phone/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"PhoneIndex"
,
component
:
()
=>
import
(
"@/views/phone/"
),
component
:
()
=>
import
(
"@/views/phone/"
),
meta
:
{
title
:
"公共服务电话"
,
},
},
],
},
],
},
// 公安便民服务
{
path
:
"/convenience"
,
name
:
"Convenience"
,
component
:
()
=>
import
(
"@/views/convenience"
),
component
:
()
=>
import
(
"@/views/convenience"
),
meta
:
{
title
:
"公安便民服务"
,
},
...
...
@@ -150,8 +139,7 @@ const routes = [
{
path
:
"/convenienceCopy"
,
name
:
"ConvenienceCopy"
,
component
:
()
=>
import
(
"@/views/convenienceCopy"
),
component
:
()
=>
import
(
"@/views/convenienceCopy"
),
meta
:
{
title
:
"公安便民服务"
,
},
...
...
@@ -162,11 +150,11 @@ const routes = [
name
:
"Notice"
,
component
:
basicLayout
,
redirect
:
"/notice/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"NoticeIndex"
,
component
:
()
=>
import
(
"@/views/noticeservice/"
),
component
:
()
=>
import
(
"@/views/noticeservice/"
),
meta
:
{
title
:
"便民通知"
,
},
...
...
@@ -174,8 +162,7 @@ const routes = [
{
path
:
"detail"
,
name
:
"NoticeDetail"
,
component
:
()
=>
import
(
"@/views/noticeservice/detail"
),
component
:
()
=>
import
(
"@/views/noticeservice/detail"
),
meta
:
{
title
:
"便民通知详情"
,
},
...
...
@@ -188,21 +175,21 @@ const routes = [
name
:
"Opinion"
,
component
:
basicLayout
,
redirect
:
"/opinion/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"opinionIndex"
,
component
:
()
=>
import
(
"@/views/opinion/"
),
component
:
()
=>
import
(
"@/views/opinion/"
),
meta
:
{
title
:
"镇江企业安全复工须知"
,
},
},
],
},
],
},
{
path
:
"/special"
,
name
:
"Special"
,
component
:
()
=>
import
(
"@/views/special/"
),
component
:
()
=>
import
(
"@/views/special/"
),
meta
:
{
title
:
"红色专窗"
,
},
...
...
@@ -212,11 +199,11 @@ const routes = [
name
:
"Aedmap"
,
component
:
basicLayout
,
redirect
:
"/aedmap/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"AedmapIndex"
,
component
:
()
=>
import
(
"@/views/aedmap/index.vue"
),
component
:
()
=>
import
(
"@/views/aedmap/index.vue"
),
meta
:
{
title
:
"AED急救"
,
},
...
...
@@ -224,8 +211,7 @@ const routes = [
{
path
:
"introduce"
,
name
:
"AedmapIntroduce"
,
component
:
()
=>
import
(
"@/views/aedmap/introduce"
),
component
:
()
=>
import
(
"@/views/aedmap/introduce"
),
meta
:
{
title
:
"AED介绍"
,
},
...
...
@@ -233,8 +219,7 @@ const routes = [
{
path
:
"explain"
,
name
:
"AedmapExplain"
,
component
:
()
=>
import
(
"@/views/aedmap/explain"
),
component
:
()
=>
import
(
"@/views/aedmap/explain"
),
meta
:
{
title
:
"AED免责说明"
,
},
...
...
@@ -244,8 +229,7 @@ const routes = [
{
path
:
"/column"
,
name
:
"Column"
,
component
:
()
=>
import
(
"@/views/column/index.vue"
),
component
:
()
=>
import
(
"@/views/column/index.vue"
),
meta
:
{
title
:
""
,
},
...
...
@@ -256,11 +240,11 @@ const routes = [
name
:
"Insurance"
,
component
:
basicLayout
,
redirect
:
"/insurance/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"InsuranceIndex"
,
component
:
()
=>
import
(
"@/views/insurance/"
),
component
:
()
=>
import
(
"@/views/insurance/"
),
meta
:
{
title
:
"智慧人社"
,
},
...
...
@@ -268,8 +252,7 @@ const routes = [
{
path
:
"detail"
,
name
:
"InsuranceDetail"
,
component
:
()
=>
import
(
"@/views/insurance/detail"
),
component
:
()
=>
import
(
"@/views/insurance/detail"
),
meta
:
{
title
:
"智慧人社详情"
,
},
...
...
@@ -277,8 +260,7 @@ const routes = [
{
path
:
"info"
,
name
:
"InsuranceInfo"
,
component
:
()
=>
import
(
"@/views/insurance/info"
),
component
:
()
=>
import
(
"@/views/insurance/info"
),
meta
:
{
title
:
"参保信息"
,
},
...
...
@@ -286,8 +268,7 @@ const routes = [
{
path
:
"card"
,
name
:
"InsuranceCard"
,
component
:
()
=>
import
(
"@/views/insurance/card"
),
component
:
()
=>
import
(
"@/views/insurance/card"
),
meta
:
{
title
:
"社保卡信息"
,
},
...
...
@@ -295,8 +276,7 @@ const routes = [
{
path
:
"budget"
,
name
:
"InsuranceBudget"
,
component
:
()
=>
import
(
"@/views/insurance/budget"
),
component
:
()
=>
import
(
"@/views/insurance/budget"
),
meta
:
{
title
:
"养老收支查询"
,
},
...
...
@@ -304,8 +284,7 @@ const routes = [
{
path
:
"personal"
,
name
:
"InsurancePersonal"
,
component
:
()
=>
import
(
"@/views/insurance/personal"
),
component
:
()
=>
import
(
"@/views/insurance/personal"
),
meta
:
{
title
:
"个人档案查询"
,
},
...
...
@@ -318,15 +297,16 @@ const routes = [
name
:
"Power"
,
component
:
basicLayout
,
redirect
:
"/power/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"PowerIndex"
,
component
:
()
=>
import
(
"@/views/power/"
),
component
:
()
=>
import
(
"@/views/power/"
),
meta
:
{
title
:
"供电服务"
,
},
},
],
},
],
},
// 公积金
{
...
...
@@ -334,11 +314,11 @@ const routes = [
name
:
"Fund"
,
component
:
basicLayout
,
redirect
:
"/fund/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"FundIndex"
,
component
:
()
=>
import
(
"@/views/fund/"
),
component
:
()
=>
import
(
"@/views/fund/"
),
meta
:
{
title
:
"公积金"
,
},
...
...
@@ -346,8 +326,7 @@ const routes = [
{
path
:
"card"
,
name
:
"FundCard"
,
component
:
()
=>
import
(
"@/views/fund/card"
),
component
:
()
=>
import
(
"@/views/fund/card"
),
meta
:
{
title
:
"公积金缴纳信息"
,
},
...
...
@@ -355,8 +334,7 @@ const routes = [
{
path
:
"payment"
,
name
:
"FundPayment"
,
component
:
()
=>
import
(
"@/views/fund/payment"
),
component
:
()
=>
import
(
"@/views/fund/payment"
),
meta
:
{
title
:
"公积金缴纳明细"
,
},
...
...
@@ -364,8 +342,7 @@ const routes = [
{
path
:
"loaninfo"
,
name
:
"FundLoanInfo"
,
component
:
()
=>
import
(
"@/views/fund/loanInfo"
),
component
:
()
=>
import
(
"@/views/fund/loanInfo"
),
meta
:
{
title
:
"公积金贷款信息"
,
},
...
...
@@ -373,8 +350,7 @@ const routes = [
{
path
:
"loandet"
,
name
:
"FundLoanDetail"
,
component
:
()
=>
import
(
"@/views/fund/loandet"
),
component
:
()
=>
import
(
"@/views/fund/loandet"
),
meta
:
{
title
:
"公积金贷款还款明细"
,
},
...
...
@@ -387,11 +363,11 @@ const routes = [
name
:
"GovService"
,
component
:
basicLayout
,
redirect
:
"/govservice/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"GovServiceIndex"
,
component
:
()
=>
import
(
"@/views/govservice/"
),
component
:
()
=>
import
(
"@/views/govservice/"
),
meta
:
{
title
:
"在线预约"
,
},
...
...
@@ -399,8 +375,7 @@ const routes = [
{
path
:
"order"
,
name
:
"GovServiceOrder"
,
component
:
()
=>
import
(
"@/views/govservice/order"
),
component
:
()
=>
import
(
"@/views/govservice/order"
),
meta
:
{
title
:
"在线预约"
,
},
...
...
@@ -408,8 +383,7 @@ const routes = [
{
path
:
"task"
,
name
:
"GovServiceTask"
,
component
:
()
=>
import
(
"@/views/govservice/task"
),
component
:
()
=>
import
(
"@/views/govservice/task"
),
meta
:
{
title
:
"在线预约"
,
},
...
...
@@ -417,8 +391,7 @@ const routes = [
{
path
:
"add"
,
name
:
"AddOrder"
,
component
:
()
=>
import
(
"@/views/govservice/addOrder"
),
component
:
()
=>
import
(
"@/views/govservice/addOrder"
),
meta
:
{
title
:
"选择预约时间"
,
},
...
...
@@ -431,11 +404,11 @@ const routes = [
name
:
"Guarantee"
,
component
:
basicLayout
,
redirect
:
"/guarantee/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"GuaranteeIndex"
,
component
:
()
=>
import
(
"@/views/guarantee/index"
),
component
:
()
=>
import
(
"@/views/guarantee/index"
),
meta
:
{
title
:
"救助申请"
,
},
...
...
@@ -443,8 +416,7 @@ const routes = [
{
path
:
"situation"
,
name
:
"GuaranteeSituation"
,
component
:
()
=>
import
(
"@/views/guarantee/situation"
),
component
:
()
=>
import
(
"@/views/guarantee/situation"
),
meta
:
{
title
:
"申请概况"
,
},
...
...
@@ -452,8 +424,7 @@ const routes = [
{
path
:
"family"
,
name
:
"GuaranteeFamily"
,
component
:
()
=>
import
(
"@/views/guarantee/family"
),
component
:
()
=>
import
(
"@/views/guarantee/family"
),
meta
:
{
title
:
"申请基本信息"
,
},
...
...
@@ -461,8 +432,7 @@ const routes = [
{
path
:
"verify"
,
name
:
"GuaranteeVerify"
,
component
:
()
=>
import
(
"@/views/guarantee/verify"
),
component
:
()
=>
import
(
"@/views/guarantee/verify"
),
meta
:
{
title
:
"授权核查列表"
,
},
...
...
@@ -475,11 +445,11 @@ const routes = [
name
:
"ResPurchase"
,
component
:
basicLayout
,
redirect
:
"/respurchase/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"ResPurchaseIndex"
,
component
:
()
=>
import
(
"@/views/respurchase/"
),
component
:
()
=>
import
(
"@/views/respurchase/"
),
meta
:
{
title
:
"公共资源采购"
,
},
...
...
@@ -487,8 +457,7 @@ const routes = [
{
path
:
"detail"
,
name
:
"ResPurchaseDetail"
,
component
:
()
=>
import
(
"@/views/respurchase/detail"
),
component
:
()
=>
import
(
"@/views/respurchase/detail"
),
meta
:
{
title
:
"公共资源采购详情"
,
},
...
...
@@ -501,11 +470,11 @@ const routes = [
name
:
"Talents"
,
component
:
basicLayout
,
redirect
:
"/talents/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"TalentsIndex"
,
component
:
()
=>
import
(
"@/views/talents/"
),
component
:
()
=>
import
(
"@/views/talents/"
),
meta
:
{
title
:
"人才码"
,
},
...
...
@@ -513,8 +482,7 @@ const routes = [
{
path
:
"qrcode"
,
name
:
"QRCode"
,
component
:
()
=>
import
(
"@/views/talents/qrcode"
),
component
:
()
=>
import
(
"@/views/talents/qrcode"
),
meta
:
{
title
:
"人才码核验"
,
},
...
...
@@ -522,8 +490,7 @@ const routes = [
{
path
:
"rule"
,
name
:
"TalentRule"
,
component
:
()
=>
import
(
"@/views/talents/rule"
),
component
:
()
=>
import
(
"@/views/talents/rule"
),
meta
:
{
title
:
"人才码申报指南"
,
},
...
...
@@ -531,8 +498,7 @@ const routes = [
{
path
:
"report"
,
name
:
"TalentReport"
,
component
:
()
=>
import
(
"@/views/talents/report"
),
component
:
()
=>
import
(
"@/views/talents/report"
),
meta
:
{
title
:
"人才码申报"
,
},
...
...
@@ -540,8 +506,7 @@ const routes = [
{
path
:
"reportform"
,
name
:
"ReportForm"
,
component
:
()
=>
import
(
"@/views/talents/reportform"
),
component
:
()
=>
import
(
"@/views/talents/reportform"
),
meta
:
{
title
:
"人才码申报"
,
},
...
...
@@ -549,8 +514,7 @@ const routes = [
{
path
:
"reportfilter"
,
name
:
"ReportFilter"
,
component
:
()
=>
import
(
"@/views/talents/reportfilter"
),
component
:
()
=>
import
(
"@/views/talents/reportfilter"
),
meta
:
{
title
:
"人才码申报"
,
},
...
...
@@ -558,8 +522,7 @@ const routes = [
{
path
:
"showinfo"
,
name
:
"ShowInfo"
,
component
:
()
=>
import
(
"@/views/talents/showinfo"
),
component
:
()
=>
import
(
"@/views/talents/showinfo"
),
meta
:
{
title
:
"人才码详情"
,
},
...
...
@@ -572,11 +535,11 @@ const routes = [
name
:
"QuickLoans"
,
component
:
basicLayout
,
redirect
:
"/quickloans/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"QuickLoansIndex"
,
component
:
()
=>
import
(
"@/views/quickloans/"
),
component
:
()
=>
import
(
"@/views/quickloans/"
),
meta
:
{
title
:
"网捷贷"
,
},
...
...
@@ -584,8 +547,7 @@ const routes = [
{
path
:
"detail"
,
name
:
"QuickLoansDetail"
,
component
:
()
=>
import
(
"@/views/quickloans/detail"
),
component
:
()
=>
import
(
"@/views/quickloans/detail"
),
meta
:
{
title
:
"网捷贷详情"
,
},
...
...
@@ -593,8 +555,7 @@ const routes = [
{
path
:
"account"
,
name
:
"Account"
,
component
:
()
=>
import
(
"@/views/quickloans/account"
),
component
:
()
=>
import
(
"@/views/quickloans/account"
),
meta
:
{
title
:
"对公开户"
,
},
...
...
@@ -607,11 +568,11 @@ const routes = [
name
:
"Policy"
,
component
:
basicLayout
,
redirect
:
"/policy/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"PolicyIndex"
,
component
:
()
=>
import
(
"@/views/policy/"
),
component
:
()
=>
import
(
"@/views/policy/"
),
meta
:
{
title
:
"人才政策"
,
},
...
...
@@ -619,8 +580,7 @@ const routes = [
{
path
:
"list"
,
name
:
"PolicyList"
,
component
:
()
=>
import
(
"@/views/policy/list"
),
component
:
()
=>
import
(
"@/views/policy/list"
),
meta
:
{
title
:
"人才事项办理指南"
,
},
...
...
@@ -628,8 +588,7 @@ const routes = [
{
path
:
"detail"
,
name
:
"PolicyDetail"
,
component
:
()
=>
import
(
"@/views/policy/detail"
),
component
:
()
=>
import
(
"@/views/policy/detail"
),
meta
:
{
title
:
"人才事项办理指南"
,
},
...
...
@@ -637,8 +596,7 @@ const routes = [
{
path
:
"online"
,
name
:
"PolicyOnline"
,
component
:
()
=>
import
(
"@/views/policy/online"
),
component
:
()
=>
import
(
"@/views/policy/online"
),
meta
:
{
title
:
"线上办理项"
,
},
...
...
@@ -646,8 +604,7 @@ const routes = [
{
path
:
"rule"
,
name
:
"PolicyRule"
,
component
:
()
=>
import
(
"@/views/policy/rule"
),
component
:
()
=>
import
(
"@/views/policy/rule"
),
meta
:
{
title
:
"人才政策申报指南"
,
},
...
...
@@ -655,8 +612,7 @@ const routes = [
{
path
:
"health-manage"
,
name
:
"HealthManage"
,
component
:
()
=>
import
(
"@/views/policy/healthmanage"
),
component
:
()
=>
import
(
"@/views/policy/healthmanage"
),
meta
:
{
title
:
"健康管理服务指南"
,
},
...
...
@@ -664,8 +620,7 @@ const routes = [
{
path
:
"health-check"
,
name
:
"HealthCheck"
,
component
:
()
=>
import
(
"@/views/policy/healthcheck"
),
component
:
()
=>
import
(
"@/views/policy/healthcheck"
),
meta
:
{
title
:
"健康体检指南"
,
},
...
...
@@ -673,8 +628,7 @@ const routes = [
{
path
:
"health-path"
,
name
:
"HealthPath"
,
component
:
()
=>
import
(
"@/views/policy/healthpath"
),
component
:
()
=>
import
(
"@/views/policy/healthpath"
),
meta
:
{
title
:
"绿色就医通道"
,
},
...
...
@@ -682,8 +636,7 @@ const routes = [
{
path
:
"policy-report-index"
,
name
:
"PolicyReportIndex"
,
component
:
()
=>
import
(
"@/views/policy/myreportIndex"
),
component
:
()
=>
import
(
"@/views/policy/myreportIndex"
),
meta
:
{
title
:
"我的申报"
,
},
...
...
@@ -691,8 +644,7 @@ const routes = [
{
path
:
"policy-report-one"
,
name
:
"PolicyReportOne"
,
component
:
()
=>
import
(
"@/views/policy/myreport"
),
component
:
()
=>
import
(
"@/views/policy/myreport"
),
meta
:
{
title
:
"我的申报"
,
},
...
...
@@ -700,8 +652,7 @@ const routes = [
{
path
:
"policy-report-two"
,
name
:
"PolicyReportTwo"
,
component
:
()
=>
import
(
"@/views/policy/myreportTwo"
),
component
:
()
=>
import
(
"@/views/policy/myreportTwo"
),
meta
:
{
title
:
"我的申报"
,
},
...
...
@@ -709,8 +660,7 @@ const routes = [
{
path
:
"policy-report-three"
,
name
:
"PolicyReportThree"
,
component
:
()
=>
import
(
"@/views/policy/myreportThree"
),
component
:
()
=>
import
(
"@/views/policy/myreportThree"
),
meta
:
{
title
:
"我的申报"
,
},
...
...
@@ -718,8 +668,7 @@ const routes = [
{
path
:
"care/careAED"
,
name
:
"PolicyCare"
,
component
:
()
=>
import
(
"@/views/policy/care/careAED"
),
component
:
()
=>
import
(
"@/views/policy/care/careAED"
),
meta
:
{
title
:
"人才父母惠老关怀申请"
,
},
...
...
@@ -735,8 +684,7 @@ const routes = [
{
path
:
"house-purchase"
,
name
:
"HousePurchase"
,
component
:
()
=>
import
(
"@/views/policy/housepurchase"
),
component
:
()
=>
import
(
"@/views/policy/housepurchase"
),
meta
:
{
title
:
"人才“镇兴”行动购住房契税补贴申请"
,
},
...
...
@@ -746,8 +694,7 @@ const routes = [
{
path
:
"purchase/index"
,
name
:
"PolicyPurchaseIndex"
,
component
:
()
=>
import
(
"@/views/policy/purchase/index"
),
component
:
()
=>
import
(
"@/views/policy/purchase/index"
),
meta
:
{
title
:
"购房补贴申领服务指南"
,
},
...
...
@@ -755,8 +702,7 @@ const routes = [
{
path
:
"purchase/indexedit"
,
name
:
"PolicyPurchaseIndexedit"
,
component
:
()
=>
import
(
"@/views/policy/purchase/indexedit"
),
component
:
()
=>
import
(
"@/views/policy/purchase/indexedit"
),
meta
:
{
title
:
"购房补贴申领服务指南"
,
},
...
...
@@ -764,8 +710,7 @@ const routes = [
{
path
:
"purchase/submit"
,
name
:
"PolicyPurchaseSubmit"
,
component
:
()
=>
import
(
"@/views/policy/purchase/submit"
),
component
:
()
=>
import
(
"@/views/policy/purchase/submit"
),
meta
:
{
title
:
"提交成功"
,
},
...
...
@@ -773,8 +718,7 @@ const routes = [
{
path
:
"purchase/enterprise"
,
name
:
"PolicyPurchaseEnterprise"
,
component
:
()
=>
import
(
"@/views/policy/purchase/enterprise"
),
component
:
()
=>
import
(
"@/views/policy/purchase/enterprise"
),
meta
:
{
title
:
"企业信息"
,
},
...
...
@@ -782,8 +726,7 @@ const routes = [
{
path
:
"purchase/enterpriseedit"
,
name
:
"PolicyPurchaseEnterpriseedit"
,
component
:
()
=>
import
(
"@/views/policy/purchase/enterpriseedit"
),
component
:
()
=>
import
(
"@/views/policy/purchase/enterpriseedit"
),
meta
:
{
title
:
"企业信息"
,
},
...
...
@@ -791,8 +734,7 @@ const routes = [
{
path
:
"purchase/applicant"
,
name
:
"PolicyPurchaseApplicant"
,
component
:
()
=>
import
(
"@/views/policy/purchase/applicant"
),
component
:
()
=>
import
(
"@/views/policy/purchase/applicant"
),
meta
:
{
title
:
"申请人信息"
,
},
...
...
@@ -800,8 +742,7 @@ const routes = [
{
path
:
"purchase/applidetail"
,
name
:
"PolicyPurchaseApplidetail"
,
component
:
()
=>
import
(
"@/views/policy/purchase/applidetail"
),
component
:
()
=>
import
(
"@/views/policy/purchase/applidetail"
),
meta
:
{
title
:
"申请人信息"
,
},
...
...
@@ -814,11 +755,11 @@ const routes = [
name
:
"Deedtax"
,
component
:
basicLayout
,
redirect
:
"/deedtax/index"
,
children
:
[{
children
:
[
{
path
:
"detail"
,
name
:
"DeedtaxDetail"
,
component
:
()
=>
import
(
"@/views/deedtax/detail"
),
component
:
()
=>
import
(
"@/views/deedtax/detail"
),
meta
:
{
title
:
"契税补贴政策"
,
},
...
...
@@ -826,8 +767,7 @@ const routes = [
{
path
:
"index"
,
name
:
"DeedtaxIndex"
,
component
:
()
=>
import
(
"@/views/deedtax/"
),
component
:
()
=>
import
(
"@/views/deedtax/"
),
meta
:
{
title
:
"契税补贴"
,
},
...
...
@@ -835,8 +775,7 @@ const routes = [
{
path
:
"declare"
,
name
:
"DeedtaxDeclare"
,
component
:
()
=>
import
(
"@/views/deedtax/declare"
),
component
:
()
=>
import
(
"@/views/deedtax/declare"
),
meta
:
{
title
:
"契税补贴申报"
,
},
...
...
@@ -844,8 +783,7 @@ const routes = [
{
path
:
"declare"
,
name
:
"DeedtaxDeclare1"
,
component
:
()
=>
import
(
"@/views/deedtax/declare"
),
component
:
()
=>
import
(
"@/views/deedtax/declare"
),
meta
:
{
title
:
"信息确认"
,
},
...
...
@@ -853,8 +791,7 @@ const routes = [
{
path
:
"declared"
,
name
:
"DeedtaxDeclared"
,
component
:
()
=>
import
(
"@/views/deedtax/declared"
),
component
:
()
=>
import
(
"@/views/deedtax/declared"
),
meta
:
{
title
:
"申报成功"
,
},
...
...
@@ -862,8 +799,7 @@ const routes = [
{
path
:
"handling"
,
name
:
"DeedtaxHandling"
,
component
:
()
=>
import
(
"@/views/deedtax/handling"
),
component
:
()
=>
import
(
"@/views/deedtax/handling"
),
meta
:
{
title
:
"办理进度"
,
},
...
...
@@ -876,11 +812,11 @@ const routes = [
name
:
"Extra"
,
component
:
basicLayout
,
redirect
:
"/extra/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"ExtraIndex"
,
component
:
()
=>
import
(
"@/views/extra/"
),
component
:
()
=>
import
(
"@/views/extra/"
),
meta
:
{
title
:
"测试"
,
},
...
...
@@ -888,8 +824,7 @@ const routes = [
{
path
:
"talentService"
,
name
:
"TalentService"
,
component
:
()
=>
import
(
"@/views/extra/talentService"
),
component
:
()
=>
import
(
"@/views/extra/talentService"
),
meta
:
{
title
:
"一窗通办"
,
},
...
...
@@ -902,11 +837,11 @@ const routes = [
name
:
"Cancellation"
,
component
:
basicLayout
,
redirect
:
"/cancellation/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"CancellationIndex"
,
component
:
()
=>
import
(
"@/views/cancellation/index.vue"
),
component
:
()
=>
import
(
"@/views/cancellation/index.vue"
),
meta
:
{
title
:
"注销账号"
,
},
...
...
@@ -914,8 +849,7 @@ const routes = [
{
path
:
"confirmlogout"
,
name
:
"CancellationConfirmlogout"
,
component
:
()
=>
import
(
"@/views/cancellation/confirmlogout.vue"
),
component
:
()
=>
import
(
"@/views/cancellation/confirmlogout.vue"
),
meta
:
{
title
:
"注销账号"
,
},
...
...
@@ -928,11 +862,11 @@ const routes = [
name
:
"Epidemic"
,
component
:
basicLayout
,
redirect
:
"/epidemic/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"EpidemicIndex"
,
component
:
()
=>
import
(
"@/views/epidemic/index.vue"
),
component
:
()
=>
import
(
"@/views/epidemic/index.vue"
),
meta
:
{
title
:
"疫情信息"
,
},
...
...
@@ -940,8 +874,7 @@ const routes = [
{
path
:
"information"
,
name
:
"EpidemicInformation"
,
component
:
()
=>
import
(
"@/views/epidemic/information.vue"
),
component
:
()
=>
import
(
"@/views/epidemic/information.vue"
),
meta
:
{
title
:
"疫情信息"
,
},
...
...
@@ -954,11 +887,11 @@ const routes = [
name
:
"Report"
,
component
:
basicLayout
,
redirect
:
"/report/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"ReportIndex"
,
component
:
()
=>
import
(
"@/views/report/index.vue"
),
component
:
()
=>
import
(
"@/views/report/index.vue"
),
meta
:
{
title
:
"扫码上报"
,
},
...
...
@@ -966,8 +899,7 @@ const routes = [
{
path
:
"myreport"
,
name
:
"ReportMyReport"
,
component
:
()
=>
import
(
"@/views/report/report.vue"
),
component
:
()
=>
import
(
"@/views/report/report.vue"
),
meta
:
{
title
:
"个人出行登记"
,
},
...
...
@@ -975,8 +907,7 @@ const routes = [
{
path
:
"replacereport"
,
name
:
"ReportReplacereport"
,
component
:
()
=>
import
(
"@/views/report/replacereport.vue"
),
component
:
()
=>
import
(
"@/views/report/replacereport.vue"
),
meta
:
{
title
:
"代他人出行登记"
,
},
...
...
@@ -984,8 +915,7 @@ const routes = [
{
path
:
"gatreport"
,
name
:
"ReportGatreport"
,
component
:
()
=>
import
(
"@/views/report/gatreport.vue"
),
component
:
()
=>
import
(
"@/views/report/gatreport.vue"
),
meta
:
{
title
:
"港澳台及外籍用户登记"
,
},
...
...
@@ -993,8 +923,7 @@ const routes = [
{
path
:
"details"
,
name
:
"ReportDetails"
,
component
:
()
=>
import
(
"@/views/report/details.vue"
),
component
:
()
=>
import
(
"@/views/report/details.vue"
),
meta
:
{
title
:
"上报成功"
,
},
...
...
@@ -1002,8 +931,7 @@ const routes = [
{
path
:
"detail"
,
name
:
"ReportDetail"
,
component
:
()
=>
import
(
"@/views/report/detail.vue"
),
component
:
()
=>
import
(
"@/views/report/detail.vue"
),
meta
:
{
title
:
"扫码统计"
,
},
...
...
@@ -1011,8 +939,7 @@ const routes = [
{
path
:
"health"
,
name
:
"ReportHealth"
,
component
:
()
=>
import
(
"@/views/report/health.vue"
),
component
:
()
=>
import
(
"@/views/report/health.vue"
),
meta
:
{
title
:
"核酸检测结果查询"
,
},
...
...
@@ -1020,8 +947,7 @@ const routes = [
{
path
:
"health1"
,
name
:
"ReportHealth1"
,
component
:
()
=>
import
(
"@/views/report/health1.vue"
),
component
:
()
=>
import
(
"@/views/report/health1.vue"
),
meta
:
{
title
:
"核酸检测结果查询"
,
},
...
...
@@ -1029,8 +955,7 @@ const routes = [
{
path
:
"scancode"
,
name
:
"ReportScancode"
,
component
:
()
=>
import
(
"@/views/report/scancode.vue"
),
component
:
()
=>
import
(
"@/views/report/scancode.vue"
),
meta
:
{
title
:
"扫一扫"
,
},
...
...
@@ -1043,11 +968,11 @@ const routes = [
name
:
"Reverse"
,
component
:
basicLayout
,
redirect
:
"/reverse/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"ReverseIndex"
,
component
:
()
=>
import
(
"@/views/reverse/index.vue"
),
component
:
()
=>
import
(
"@/views/reverse/index.vue"
),
meta
:
{
title
:
"镇江通行码"
,
},
...
...
@@ -1055,8 +980,7 @@ const routes = [
{
path
:
"submit"
,
name
:
"ReverseSubmit"
,
component
:
()
=>
import
(
"@/views/reverse/submit.vue"
),
component
:
()
=>
import
(
"@/views/reverse/submit.vue"
),
meta
:
{
title
:
"个人通行码"
,
},
...
...
@@ -1064,8 +988,7 @@ const routes = [
{
path
:
"grDetail"
,
name
:
"ReverseGrDetail"
,
component
:
()
=>
import
(
"@/views/reverse/grDetail.vue"
),
component
:
()
=>
import
(
"@/views/reverse/grDetail.vue"
),
meta
:
{
title
:
"个人通行码"
,
},
...
...
@@ -1073,8 +996,7 @@ const routes = [
{
path
:
"jrList"
,
name
:
"ReverseJrList"
,
component
:
()
=>
import
(
"@/views/reverse/jrList.vue"
),
component
:
()
=>
import
(
"@/views/reverse/jrList.vue"
),
meta
:
{
title
:
"家人通行码"
,
},
...
...
@@ -1082,8 +1004,7 @@ const routes = [
{
path
:
"staff"
,
name
:
"ReverseStaff"
,
component
:
()
=>
import
(
"@/views/reverse/staff.vue"
),
component
:
()
=>
import
(
"@/views/reverse/staff.vue"
),
meta
:
{
title
:
"员工授权"
,
},
...
...
@@ -1091,8 +1012,7 @@ const routes = [
{
path
:
"apply"
,
name
:
"ReverseApply"
,
component
:
()
=>
import
(
"@/views/reverse/apply.vue"
),
component
:
()
=>
import
(
"@/views/reverse/apply.vue"
),
meta
:
{
title
:
"扫码权限申请"
,
},
...
...
@@ -1100,8 +1020,7 @@ const routes = [
{
path
:
"register"
,
name
:
"ReverseRegister"
,
component
:
()
=>
import
(
"@/views/reverse/register.vue"
),
component
:
()
=>
import
(
"@/views/reverse/register.vue"
),
meta
:
{
title
:
"入场登记"
,
},
...
...
@@ -1114,15 +1033,16 @@ const routes = [
name
:
"Noswindle"
,
component
:
basicLayout
,
redirect
:
"/noswindle/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"NoswindleIndex"
,
component
:
()
=>
import
(
"@/views/noswindle/index.vue"
),
component
:
()
=>
import
(
"@/views/noswindle/index.vue"
),
meta
:
{
title
:
"防范诈骗"
,
},
},
],
},
],
},
// 生成通行码
{
...
...
@@ -1130,11 +1050,11 @@ const routes = [
name
:
"Current"
,
component
:
basicLayout
,
redirect
:
"/current/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"CurrentIndex"
,
component
:
()
=>
import
(
"@/views/current/index.vue"
),
component
:
()
=>
import
(
"@/views/current/index.vue"
),
meta
:
{
title
:
"生成通行码"
,
},
...
...
@@ -1142,8 +1062,7 @@ const routes = [
{
path
:
"history"
,
name
:
"CurrentHistory"
,
component
:
()
=>
import
(
"@/views/current/history.vue"
),
component
:
()
=>
import
(
"@/views/current/history.vue"
),
meta
:
{
title
:
"通行码历史数据"
,
},
...
...
@@ -1151,8 +1070,7 @@ const routes = [
{
path
:
"details"
,
name
:
"CurrentDetails"
,
component
:
()
=>
import
(
"@/views/current/details.vue"
),
component
:
()
=>
import
(
"@/views/current/details.vue"
),
meta
:
{
title
:
"镇江通行码"
,
},
...
...
@@ -1160,8 +1078,7 @@ const routes = [
{
path
:
"map"
,
name
:
"CurrentMap"
,
component
:
()
=>
import
(
"@/views/current/map.vue"
),
component
:
()
=>
import
(
"@/views/current/map.vue"
),
meta
:
{
title
:
"选择位置"
},
},
],
...
...
@@ -1170,8 +1087,7 @@ const routes = [
{
path
:
"/zjtj"
,
name
:
"Zjtj"
,
component
:
()
=>
import
(
"@/views/zjtj/"
),
component
:
()
=>
import
(
"@/views/zjtj/"
),
meta
:
{
title
:
"镇江统计"
,
},
...
...
@@ -1180,8 +1096,7 @@ const routes = [
{
path
:
"/kstb"
,
name
:
"Kstb"
,
component
:
()
=>
import
(
"@/views/kstb/"
),
component
:
()
=>
import
(
"@/views/kstb/"
),
meta
:
{
title
:
"跨省通办手册"
,
},
...
...
@@ -1190,8 +1105,7 @@ const routes = [
{
path
:
"/dkjc"
,
name
:
"Dkjc"
,
component
:
()
=>
import
(
"@/views/dkjc/"
),
component
:
()
=>
import
(
"@/views/dkjc/"
),
meta
:
{
title
:
"操作指南"
,
},
...
...
@@ -1202,11 +1116,11 @@ const routes = [
name
:
"Rqfy"
,
component
:
basicLayout
,
redirect
:
"/rqfy/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"RqfyIndex"
,
component
:
()
=>
import
(
"@/views/rqfy/index.vue"
),
component
:
()
=>
import
(
"@/views/rqfy/index.vue"
),
meta
:
{
title
:
"绑定用户"
,
},
...
...
@@ -1214,8 +1128,7 @@ const routes = [
{
path
:
"repair"
,
name
:
"Repair"
,
component
:
()
=>
import
(
"@/views/rqfy/repair.vue"
),
component
:
()
=>
import
(
"@/views/rqfy/repair.vue"
),
meta
:
{
title
:
"预约维修"
,
},
...
...
@@ -1223,8 +1136,7 @@ const routes = [
{
path
:
"check"
,
name
:
"Check1"
,
component
:
()
=>
import
(
"@/views/rqfy/check.vue"
),
component
:
()
=>
import
(
"@/views/rqfy/check.vue"
),
meta
:
{
title
:
"预约安检"
,
},
...
...
@@ -1232,8 +1144,7 @@ const routes = [
{
path
:
"fire"
,
name
:
"Fire"
,
component
:
()
=>
import
(
"@/views/rqfy/fire.vue"
),
component
:
()
=>
import
(
"@/views/rqfy/fire.vue"
),
meta
:
{
title
:
"预约点火"
,
},
...
...
@@ -1241,8 +1152,7 @@ const routes = [
{
path
:
"recharge"
,
name
:
"Recharge"
,
component
:
()
=>
import
(
"@/views/rqfy/recharge.vue"
),
component
:
()
=>
import
(
"@/views/rqfy/recharge.vue"
),
meta
:
{
title
:
"充值缴费"
,
},
...
...
@@ -1250,8 +1160,7 @@ const routes = [
{
path
:
"payrecord"
,
name
:
"Payrecord"
,
component
:
()
=>
import
(
"@/views/rqfy/payrecord.vue"
),
component
:
()
=>
import
(
"@/views/rqfy/payrecord.vue"
),
meta
:
{
title
:
"缴费记录"
,
},
...
...
@@ -1259,8 +1168,7 @@ const routes = [
{
path
:
"usermanage"
,
name
:
"Usermanage"
,
component
:
()
=>
import
(
"@/views/rqfy/usermanage.vue"
),
component
:
()
=>
import
(
"@/views/rqfy/usermanage.vue"
),
meta
:
{
title
:
"用户管理"
,
},
...
...
@@ -1268,8 +1176,7 @@ const routes = [
{
path
:
"hrrq"
,
name
:
"Hrrq"
,
component
:
()
=>
import
(
"@/views/rqfy/hrrq.vue"
),
component
:
()
=>
import
(
"@/views/rqfy/hrrq.vue"
),
meta
:
{
title
:
"华润燃气"
,
},
...
...
@@ -1282,11 +1189,11 @@ const routes = [
name
:
"Fruit"
,
component
:
basicLayout
,
redirect
:
"/fruit/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
name
:
"FruitIndex"
,
component
:
()
=>
import
(
"@/views/fruit/index.vue"
),
component
:
()
=>
import
(
"@/views/fruit/index.vue"
),
meta
:
{
title
:
"扶贫水果"
,
},
...
...
@@ -1294,8 +1201,7 @@ const routes = [
{
path
:
"fruit1"
,
name
:
"Fruit1"
,
component
:
()
=>
import
(
"@/views/fruit/fruit1.vue"
),
component
:
()
=>
import
(
"@/views/fruit/fruit1.vue"
),
meta
:
{
title
:
"兑换券"
,
},
...
...
@@ -1303,8 +1209,7 @@ const routes = [
{
path
:
"fruit2"
,
name
:
"Fruit2"
,
component
:
()
=>
import
(
"@/views/fruit/fruit2.vue"
),
component
:
()
=>
import
(
"@/views/fruit/fruit2.vue"
),
meta
:
{
title
:
"兑换历史"
,
},
...
...
@@ -1312,8 +1217,7 @@ const routes = [
{
path
:
"fruit3"
,
name
:
"Fruit3"
,
component
:
()
=>
import
(
"@/views/fruit/fruit3.vue"
),
component
:
()
=>
import
(
"@/views/fruit/fruit3.vue"
),
meta
:
{
title
:
"提货明细"
,
},
...
...
@@ -1321,8 +1225,7 @@ const routes = [
{
path
:
"fruit4"
,
name
:
"Fruit4"
,
component
:
()
=>
import
(
"@/views/fruit/fruit4.vue"
),
component
:
()
=>
import
(
"@/views/fruit/fruit4.vue"
),
meta
:
{
title
:
"兑换券"
,
},
...
...
@@ -1330,8 +1233,7 @@ const routes = [
{
path
:
"fruit5"
,
name
:
"Fruit5"
,
component
:
()
=>
import
(
"@/views/fruit/fruit5.vue"
),
component
:
()
=>
import
(
"@/views/fruit/fruit5.vue"
),
meta
:
{
title
:
"兑换券"
,
},
...
...
@@ -1339,8 +1241,7 @@ const routes = [
{
path
:
"fruit6"
,
name
:
"Fruit6"
,
component
:
()
=>
import
(
"@/views/fruit/fruit6.vue"
),
component
:
()
=>
import
(
"@/views/fruit/fruit6.vue"
),
meta
:
{
title
:
"提货成功"
,
},
...
...
@@ -1348,8 +1249,7 @@ const routes = [
{
path
:
"fruit7"
,
name
:
"Fruit7"
,
component
:
()
=>
import
(
"@/views/fruit/fruit7.vue"
),
component
:
()
=>
import
(
"@/views/fruit/fruit7.vue"
),
meta
:
{
title
:
"提货明细"
,
},
...
...
@@ -1357,8 +1257,7 @@ const routes = [
{
path
:
"fruit8"
,
name
:
"Fruit8"
,
component
:
()
=>
import
(
"@/views/fruit/fruit8.vue"
),
component
:
()
=>
import
(
"@/views/fruit/fruit8.vue"
),
meta
:
{
title
:
"兑换成功"
,
},
...
...
@@ -1366,8 +1265,7 @@ const routes = [
{
path
:
"fruitDetail"
,
name
:
"FruitDetail"
,
component
:
()
=>
import
(
"@/views/fruit/fruitDetail.vue"
),
component
:
()
=>
import
(
"@/views/fruit/fruitDetail.vue"
),
meta
:
{
title
:
"领取记录"
,
},
...
...
@@ -1375,8 +1273,7 @@ const routes = [
{
path
:
"fruitCheck"
,
name
:
"FruitCheck"
,
component
:
()
=>
import
(
"@/views/fruit/fruitCheck.vue"
),
component
:
()
=>
import
(
"@/views/fruit/fruitCheck.vue"
),
meta
:
{
title
:
"核验统计"
,
},
...
...
@@ -1387,8 +1284,7 @@ const routes = [
{
path
:
"/zhenxiangfu"
,
name
:
"zhenxiangfu"
,
component
:
()
=>
import
(
"@/views/zhenxiangfu/index"
),
component
:
()
=>
import
(
"@/views/zhenxiangfu/index"
),
meta
:
{
title
:
"镇享付"
,
},
...
...
@@ -1397,8 +1293,7 @@ const routes = [
{
path
:
"/consult"
,
name
:
"consult"
,
component
:
()
=>
import
(
"@/views/consult/index"
),
component
:
()
=>
import
(
"@/views/consult/index"
),
meta
:
{
title
:
"镇江资讯"
,
},
...
...
@@ -1407,8 +1302,7 @@ const routes = [
{
path
:
"/identity"
,
name
:
"identity"
,
component
:
()
=>
import
(
"@/views/identity/index"
),
component
:
()
=>
import
(
"@/views/identity/index"
),
meta
:
{
title
:
"身份码"
,
},
...
...
@@ -1417,8 +1311,7 @@ const routes = [
{
path
:
"/grid"
,
name
:
"grid"
,
component
:
()
=>
import
(
"@/views/grid/index"
),
component
:
()
=>
import
(
"@/views/grid/index"
),
meta
:
{
title
:
"最美网格员"
,
},
...
...
@@ -1427,8 +1320,7 @@ const routes = [
{
path
:
"/version"
,
name
:
"version"
,
component
:
()
=>
import
(
"@/views/version/index.vue"
),
component
:
()
=>
import
(
"@/views/version/index.vue"
),
meta
:
{
title
:
"镇合意"
,
},
...
...
@@ -1437,8 +1329,7 @@ const routes = [
{
path
:
"/applets"
,
name
:
"applets"
,
component
:
()
=>
import
(
"@/views/applets/index"
),
component
:
()
=>
import
(
"@/views/applets/index"
),
meta
:
{
title
:
"镇合意"
,
},
...
...
@@ -1447,8 +1338,7 @@ const routes = [
{
path
:
"/mutualaid"
,
name
:
"mutualaid"
,
component
:
()
=>
import
(
"@/views/mutualaid/index"
),
component
:
()
=>
import
(
"@/views/mutualaid/index"
),
meta
:
{
title
:
"互助倡议书"
,
},
...
...
@@ -1457,12 +1347,19 @@ const routes = [
{
path
:
"/temp"
,
name
:
"temp"
,
component
:
()
=>
import
(
"@/views/tempHtml/temp"
),
component
:
()
=>
import
(
"@/views/tempHtml/temp"
),
meta
:
{
title
:
"镇合意"
,
},
},
{
path
:
"/answer"
,
name
:
"answer"
,
component
:
()
=>
import
(
"@/views/answer/index"
),
meta
:
{
title
:
"答题"
,
},
},
];
const
router
=
new
VueRouter
({
...
...
src/utils/axios.js
View file @
e23387c0
...
...
@@ -39,12 +39,13 @@ const request2 = axios.create({
timeout
:
30000
,
withCredentials
:
false
,
});
// sessionStorage.setItem('token',"cAu7hNfHsBhC0slp3t2fpTFhYb1P9I5X339Hq7Y7BRSqIn18qGEVJSGZ7xy5Woex")
request2
.
interceptors
.
request
.
use
(
(
config
)
=>
{
config
.
headers
=
{
"Content-Type"
:
"application/json;multipart/form-data;"
,
"Authorization"
:
"Bearer "
+
sessionStorage
.
getItem
(
"token"
)
// "Authorization": "Bearer " + sessionStorage.getItem("token")
"Authorization"
:
"Bearer "
+
'00JcqsZfWIT3nfMR9fL2pfgsbraInluMinxgSWxmnm916AG92mTkUzs5ML6dQIl4'
};
// alert(JSON.stringify(config.headers))
// if (config.method === 'post') {
...
...
src/utils/utils.js
View file @
e23387c0
...
...
@@ -19,7 +19,7 @@ export function getDays(leng) {
date
=
date
>
9
?
date
:
`0
${
date
}
`
;
timeStr
=
year
+
"-"
+
month
+
"-"
+
date
;
timeArr
.
push
(
timeStr
);
}
}
CryptoJS
return
timeArr
;
}
...
...
src/views/answer/index.vue
0 → 100644
View file @
e23387c0
<
template
>
<div
class=
"answer"
>
<img
class=
"answer"
src=
"@/assets/answer/answer.jpg"
alt=
""
>
</div>
</
template
>
<
script
>
export
default
{};
</
script
>
<
style
scoped
>
.answer
{
width
:
100%
;
height
:
100%
;
}
</
style
>
\ No newline at end of file
src/views/talents/index.vue
View file @
e23387c0
...
...
@@ -249,7 +249,9 @@ export default {
get
({
appId
:
1234
,
// userId: encryptByDES(this.userInfo.userId.toString(), "MnuYbhGv"),
idCard
:
this
.
userInfo
.
idCardNo
?
decryptByDES
(
this
.
userInfo
.
idCardNo
,
"MnuYbhGv"
)
:
null
idCard
:
this
.
userInfo
.
idCardNo
?
decryptByDES
(
this
.
userInfo
.
idCardNo
,
"MnuYbhGv"
)
:
null
,
}).
then
((
res
)
=>
{
console
.
log
(
"res------"
,
res
);
// alert(JSON.stringify(res))
...
...
@@ -495,8 +497,7 @@ export default {
}
sessionStorage
.
setItem
(
"ZJCD-UserInfo"
,
res
);
this
.
userInfo
=
userInfo
;
sessionStorage
.
setItem
(
'token'
,
this
.
userInfo
.
token
),
this
.
init
();
sessionStorage
.
setItem
(
"token"
,
this
.
userInfo
.
token
),
this
.
init
();
},
callPhone
(
branchPhone
)
{
if
(
window
.
android
!==
undefined
)
{
...
...
src/views/talents/report.vue
View file @
e23387c0
...
...
@@ -181,7 +181,7 @@ export default {
});
},
setContent
(
item
)
{
alert
(
JSON
.
stringify
(
item
))
//
alert(JSON.stringify(item))
// console.log(item);
this
.
result
=
item
;
this
.
contentCode
=
item
.
contentCode
;
...
...
src/views/talents/reportfilter.vue
View file @
e23387c0
...
...
@@ -100,11 +100,12 @@ export default {
this
.
list
=
[];
},
filterData
(
item
)
{
this
.
genera
=
item
.
name
;
let
area
=
this
.
$store
.
state
.
talents
.
area
;
if
(
item
.
status
==
"0"
)
{
// 需要检查社保缴纳情况
if
(
area
===
0
)
{
//
if (area === 0) {
// alert(JSON.stringify(item))
if
(
item
.
name
!=
"企业全职人员"
)
{
// 取消校验
...
...
@@ -140,14 +141,14 @@ export default {
this
.
socialCheck
(
idCardNo2
,
item
.
index
);
}
}
}
else
{
// 外籍或港澳台
this
.
show
=
true
;
}
//
} else {
//
// 外籍或港澳台
//
this.show = true;
//
}
}
else
{
if
(
item
.
check
)
{
// 需要检测是否在名单中
if
(
area
==
=
0
)
{
if
(
area
==
0
)
{
// 国内人员
let
res
=
sessionStorage
.
getItem
(
"ZJCD-UserInfo"
);
let
name
=
JSON
.
parse
(
res
).
realName
...
...
@@ -196,6 +197,7 @@ export default {
let
params
=
{
busCode
:
"WS-B0004"
,
aae135
:
aae135
,
encryptIdCard
:
encryptByDES
(
aae135
,
'MnuYbhGv'
),
cpage
:
1
,
rows
:
1000
};
...
...
@@ -207,15 +209,16 @@ export default {
social
(
params
).
then
((
res
)
=>
{
this
.
$toast
.
clear
();
// 无社保企业全职人员、退出
if
(
index
==
1
&&
res
.
data
.
data
.
busiId
!=
"0000"
)
{
console
.
log
(
res
.
data
,
"1111"
);
if
(
index
==
1
&&
res
.
data
.
tradeMsg
.
data
.
busiId
!=
"0000"
)
{
this
.
dialogWarning
(
1
);
}
else
if
(
res
.
data
.
data
.
dataSet
&&
res
.
data
.
data
.
dataSet
.
rowSet
&&
res
.
data
.
data
.
dataSet
.
rowSet
.
row
&&
res
.
data
.
data
.
dataSet
.
rowSet
.
row
.
length
>
0
res
.
data
.
tradeMsg
.
data
.
dataSet
&&
res
.
data
.
tradeMsg
.
data
.
dataSet
.
rowSet
&&
res
.
data
.
tradeMsg
.
data
.
dataSet
.
rowSet
.
row
&&
res
.
data
.
tradeMsg
.
data
.
dataSet
.
rowSet
.
row
.
length
>
0
)
{
let
targetList
=
res
.
data
.
data
.
dataSet
.
rowSet
.
row
;
let
targetList
=
res
.
data
.
tradeMsg
.
data
.
dataSet
.
rowSet
.
row
;
let
company
=
this
.
checkSecure
(
targetList
,
"企业职工基本养老保险"
,
"企业基本养老保险"
);
if
(
company
)
{
sessionStorage
.
setItem
(
"ZJCD-Company"
,
company
);
...
...
@@ -263,10 +266,10 @@ export default {
if
(
res
.
data
.
data
.
busiId
!==
"0000"
)
{
this
.
dialogWarning
(
1
);
}
else
if
(
res
.
data
.
data
.
dataSet
&&
res
.
data
.
data
.
dataSet
.
rowSet
&&
res
.
data
.
data
.
dataSet
.
rowSet
.
row
&&
res
.
data
.
data
.
dataSet
.
rowSet
.
row
.
length
>
0
res
.
data
.
tradeMsg
.
data
.
dataSet
&&
res
.
data
.
tradeMsg
.
data
.
dataSet
.
rowSet
&&
res
.
data
.
tradeMsg
.
data
.
dataSet
.
rowSet
.
row
&&
res
.
data
.
tradeMsg
.
data
.
dataSet
.
rowSet
.
row
.
length
>
0
)
{
let
targetList
=
res
.
data
.
data
.
dataSet
.
rowSet
.
row
;
let
company
=
this
.
checkSecure
(
targetList
,
"职工基本医疗保险"
);
...
...
@@ -288,7 +291,7 @@ export default {
checkSecure
(
data
,
name
,
name1
)
{
let
company
=
""
;
data
.
map
((
res
)
=>
{
let
a
=
res
.
bab002
.
substring
(
0
,
4
)
let
a
=
String
(
res
.
bab002
)
.
substring
(
0
,
4
)
if
((
res
.
aae140
==
name
||
res
.
aae140
==
name1
)
&&
res
.
aac031code
==
"1"
&&
this
.
genera
==
'企业全职人员'
&&
a
==
'3211'
)
{
company
=
res
.
aae044
;
}
else
if
(
res
.
aae140
==
name
&&
res
.
aac031code
==
"1"
&&
this
.
genera
!=
'企业全职人员'
)
{
...
...
src/views/talents/reportform.vue
View file @
e23387c0
...
...
@@ -912,7 +912,7 @@ export default {
},
methods
:
{
init
()
{
console
.
log
(
this
.
userInfo
);
console
.
log
(
this
.
userInfo
,
"user------"
);
this
.
$toast
.
loading
({
duration
:
0
,
// 持续展示 toast
forbidClick
:
true
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment