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
b94243f0
Commit
b94243f0
authored
Apr 10, 2023
by
songwenlu
Browse files
Options
Browse Files
Download
Plain Diff
gx
parents
eb90668c
0ea408de
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
223 additions
and
325 deletions
+223
-325
App.vue
src/App.vue
+1
-1
index.js
src/router/index.js
+213
-318
axios.js
src/utils/axios.js
+1
-1
request.js
src/utils/request.js
+1
-0
utils.js
src/utils/utils.js
+1
-1
index.vue
src/views/talents/index.vue
+4
-3
reportfilter.vue
src/views/talents/reportfilter.vue
+1
-0
reportform.vue
src/views/talents/reportform.vue
+1
-1
No files found.
src/App.vue
View file @
b94243f0
...
@@ -63,7 +63,7 @@ export default {
...
@@ -63,7 +63,7 @@ export default {
},
},
created
()
{
created
()
{
// 测试模拟人员信息
// 测试模拟人员信息
//
this.init();
this
.
init
();
},
},
};
};
</
script
>
</
script
>
...
...
src/router/index.js
View file @
b94243f0
...
@@ -11,11 +11,11 @@ const routes = [
...
@@ -11,11 +11,11 @@ const routes = [
name
:
"ColdFood"
,
name
:
"ColdFood"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/coldfood/index"
,
redirect
:
"/coldfood/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"Index"
,
name
:
"Index"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/coldfood/"
),
import
(
"@/views/coldfood/"
),
meta
:
{
meta
:
{
title
:
"冷链食品申报"
,
title
:
"冷链食品申报"
,
},
},
...
@@ -23,8 +23,7 @@ const routes = [
...
@@ -23,8 +23,7 @@ const routes = [
{
{
path
:
"manage"
,
path
:
"manage"
,
name
:
"Manage"
,
name
:
"Manage"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/coldfood/manageIndex"
),
import
(
"@/views/coldfood/manageIndex"
),
meta
:
{
meta
:
{
title
:
"冷链食品申报"
,
title
:
"冷链食品申报"
,
},
},
...
@@ -32,8 +31,7 @@ const routes = [
...
@@ -32,8 +31,7 @@ const routes = [
{
{
path
:
"report"
,
path
:
"report"
,
name
:
"Report"
,
name
:
"Report"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/coldfood/report"
),
import
(
"@/views/coldfood/report"
),
meta
:
{
meta
:
{
title
:
"预约入库"
,
title
:
"预约入库"
,
},
},
...
@@ -41,8 +39,7 @@ const routes = [
...
@@ -41,8 +39,7 @@ const routes = [
{
{
path
:
"selfreport"
,
path
:
"selfreport"
,
name
:
"SelfReport"
,
name
:
"SelfReport"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/coldfood/selfreport"
),
import
(
"@/views/coldfood/selfreport"
),
meta
:
{
meta
:
{
title
:
"自主信息录入"
,
title
:
"自主信息录入"
,
},
},
...
@@ -50,8 +47,7 @@ const routes = [
...
@@ -50,8 +47,7 @@ const routes = [
{
{
path
:
"myreport"
,
path
:
"myreport"
,
name
:
"MyReport"
,
name
:
"MyReport"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/coldfood/myReport"
),
import
(
"@/views/coldfood/myReport"
),
meta
:
{
meta
:
{
title
:
"我的预约"
,
title
:
"我的预约"
,
},
},
...
@@ -59,8 +55,7 @@ const routes = [
...
@@ -59,8 +55,7 @@ const routes = [
{
{
path
:
"reportdetail"
,
path
:
"reportdetail"
,
name
:
"MyReportDetail"
,
name
:
"MyReportDetail"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/coldfood/myReportDetail"
),
import
(
"@/views/coldfood/myReportDetail"
),
meta
:
{
meta
:
{
title
:
"预约详情"
,
title
:
"预约详情"
,
},
},
...
@@ -68,8 +63,7 @@ const routes = [
...
@@ -68,8 +63,7 @@ const routes = [
{
{
path
:
"password"
,
path
:
"password"
,
name
:
"Password"
,
name
:
"Password"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/coldfood/password"
),
import
(
"@/views/coldfood/password"
),
meta
:
{
meta
:
{
title
:
"口令鉴定"
,
title
:
"口令鉴定"
,
},
},
...
@@ -77,8 +71,7 @@ const routes = [
...
@@ -77,8 +71,7 @@ const routes = [
{
{
path
:
"comein"
,
path
:
"comein"
,
name
:
"ComeIn"
,
name
:
"ComeIn"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/coldfood/comeIn"
),
import
(
"@/views/coldfood/comeIn"
),
meta
:
{
meta
:
{
title
:
"冷链食品出入库"
,
title
:
"冷链食品出入库"
,
},
},
...
@@ -86,8 +79,7 @@ const routes = [
...
@@ -86,8 +79,7 @@ const routes = [
{
{
path
:
"check"
,
path
:
"check"
,
name
:
"Check"
,
name
:
"Check"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/coldfood/check"
),
import
(
"@/views/coldfood/check"
),
meta
:
{
meta
:
{
title
:
"消杀、检测、灭活管理"
,
title
:
"消杀、检测、灭活管理"
,
},
},
...
@@ -95,8 +87,7 @@ const routes = [
...
@@ -95,8 +87,7 @@ const routes = [
{
{
path
:
"slefreportdetail"
,
path
:
"slefreportdetail"
,
name
:
"SlefReportDetail"
,
name
:
"SlefReportDetail"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/coldfood/selfReportDetail"
),
import
(
"@/views/coldfood/selfReportDetail"
),
meta
:
{
meta
:
{
title
:
"自主申报详情"
,
title
:
"自主申报详情"
,
},
},
...
@@ -104,8 +95,7 @@ const routes = [
...
@@ -104,8 +95,7 @@ const routes = [
{
{
path
:
"review"
,
path
:
"review"
,
name
:
"Review"
,
name
:
"Review"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/coldfood/review"
),
import
(
"@/views/coldfood/review"
),
meta
:
{
meta
:
{
title
:
"货物流向追溯"
,
title
:
"货物流向追溯"
,
},
},
...
@@ -113,8 +103,7 @@ const routes = [
...
@@ -113,8 +103,7 @@ const routes = [
{
{
path
:
"addtrace"
,
path
:
"addtrace"
,
name
:
"AddTrace"
,
name
:
"AddTrace"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/coldfood/addTrace"
),
import
(
"@/views/coldfood/addTrace"
),
meta
:
{
meta
:
{
title
:
"添加货物流向追溯"
,
title
:
"添加货物流向追溯"
,
},
},
...
@@ -127,22 +116,22 @@ const routes = [
...
@@ -127,22 +116,22 @@ const routes = [
name
:
"Phone"
,
name
:
"Phone"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/phone/index"
,
redirect
:
"/phone/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"PhoneIndex"
,
name
:
"PhoneIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/phone/"
),
import
(
"@/views/phone/"
),
meta
:
{
meta
:
{
title
:
"公共服务电话"
,
title
:
"公共服务电话"
,
},
},
},
],
},
],
},
},
// 公安便民服务
// 公安便民服务
{
{
path
:
"/convenience"
,
path
:
"/convenience"
,
name
:
"Convenience"
,
name
:
"Convenience"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/convenience"
),
import
(
"@/views/convenience"
),
meta
:
{
meta
:
{
title
:
"公安便民服务"
,
title
:
"公安便民服务"
,
},
},
...
@@ -150,8 +139,7 @@ const routes = [
...
@@ -150,8 +139,7 @@ const routes = [
{
{
path
:
"/convenienceCopy"
,
path
:
"/convenienceCopy"
,
name
:
"ConvenienceCopy"
,
name
:
"ConvenienceCopy"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/convenienceCopy"
),
import
(
"@/views/convenienceCopy"
),
meta
:
{
meta
:
{
title
:
"公安便民服务"
,
title
:
"公安便民服务"
,
},
},
...
@@ -162,11 +150,11 @@ const routes = [
...
@@ -162,11 +150,11 @@ const routes = [
name
:
"Notice"
,
name
:
"Notice"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/notice/index"
,
redirect
:
"/notice/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"NoticeIndex"
,
name
:
"NoticeIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/noticeservice/"
),
import
(
"@/views/noticeservice/"
),
meta
:
{
meta
:
{
title
:
"便民通知"
,
title
:
"便民通知"
,
},
},
...
@@ -174,8 +162,7 @@ const routes = [
...
@@ -174,8 +162,7 @@ const routes = [
{
{
path
:
"detail"
,
path
:
"detail"
,
name
:
"NoticeDetail"
,
name
:
"NoticeDetail"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/noticeservice/detail"
),
import
(
"@/views/noticeservice/detail"
),
meta
:
{
meta
:
{
title
:
"便民通知详情"
,
title
:
"便民通知详情"
,
},
},
...
@@ -188,21 +175,21 @@ const routes = [
...
@@ -188,21 +175,21 @@ const routes = [
name
:
"Opinion"
,
name
:
"Opinion"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/opinion/index"
,
redirect
:
"/opinion/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"opinionIndex"
,
name
:
"opinionIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/opinion/"
),
import
(
"@/views/opinion/"
),
meta
:
{
meta
:
{
title
:
"镇江企业安全复工须知"
,
title
:
"镇江企业安全复工须知"
,
},
},
},
],
},
],
},
},
{
{
path
:
"/special"
,
path
:
"/special"
,
name
:
"Special"
,
name
:
"Special"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/special/"
),
import
(
"@/views/special/"
),
meta
:
{
meta
:
{
title
:
"红色专窗"
,
title
:
"红色专窗"
,
},
},
...
@@ -212,11 +199,11 @@ const routes = [
...
@@ -212,11 +199,11 @@ const routes = [
name
:
"Aedmap"
,
name
:
"Aedmap"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/aedmap/index"
,
redirect
:
"/aedmap/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"AedmapIndex"
,
name
:
"AedmapIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/aedmap/index.vue"
),
import
(
"@/views/aedmap/index.vue"
),
meta
:
{
meta
:
{
title
:
"AED急救"
,
title
:
"AED急救"
,
},
},
...
@@ -224,8 +211,7 @@ const routes = [
...
@@ -224,8 +211,7 @@ const routes = [
{
{
path
:
"introduce"
,
path
:
"introduce"
,
name
:
"AedmapIntroduce"
,
name
:
"AedmapIntroduce"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/aedmap/introduce"
),
import
(
"@/views/aedmap/introduce"
),
meta
:
{
meta
:
{
title
:
"AED介绍"
,
title
:
"AED介绍"
,
},
},
...
@@ -233,8 +219,7 @@ const routes = [
...
@@ -233,8 +219,7 @@ const routes = [
{
{
path
:
"explain"
,
path
:
"explain"
,
name
:
"AedmapExplain"
,
name
:
"AedmapExplain"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/aedmap/explain"
),
import
(
"@/views/aedmap/explain"
),
meta
:
{
meta
:
{
title
:
"AED免责说明"
,
title
:
"AED免责说明"
,
},
},
...
@@ -244,8 +229,7 @@ const routes = [
...
@@ -244,8 +229,7 @@ const routes = [
{
{
path
:
"/column"
,
path
:
"/column"
,
name
:
"Column"
,
name
:
"Column"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/column/index.vue"
),
import
(
"@/views/column/index.vue"
),
meta
:
{
meta
:
{
title
:
""
,
title
:
""
,
},
},
...
@@ -256,11 +240,11 @@ const routes = [
...
@@ -256,11 +240,11 @@ const routes = [
name
:
"Insurance"
,
name
:
"Insurance"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/insurance/index"
,
redirect
:
"/insurance/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"InsuranceIndex"
,
name
:
"InsuranceIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/insurance/"
),
import
(
"@/views/insurance/"
),
meta
:
{
meta
:
{
title
:
"智慧人社"
,
title
:
"智慧人社"
,
},
},
...
@@ -268,8 +252,7 @@ const routes = [
...
@@ -268,8 +252,7 @@ const routes = [
{
{
path
:
"detail"
,
path
:
"detail"
,
name
:
"InsuranceDetail"
,
name
:
"InsuranceDetail"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/insurance/detail"
),
import
(
"@/views/insurance/detail"
),
meta
:
{
meta
:
{
title
:
"智慧人社详情"
,
title
:
"智慧人社详情"
,
},
},
...
@@ -277,8 +260,7 @@ const routes = [
...
@@ -277,8 +260,7 @@ const routes = [
{
{
path
:
"info"
,
path
:
"info"
,
name
:
"InsuranceInfo"
,
name
:
"InsuranceInfo"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/insurance/info"
),
import
(
"@/views/insurance/info"
),
meta
:
{
meta
:
{
title
:
"参保信息"
,
title
:
"参保信息"
,
},
},
...
@@ -286,8 +268,7 @@ const routes = [
...
@@ -286,8 +268,7 @@ const routes = [
{
{
path
:
"card"
,
path
:
"card"
,
name
:
"InsuranceCard"
,
name
:
"InsuranceCard"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/insurance/card"
),
import
(
"@/views/insurance/card"
),
meta
:
{
meta
:
{
title
:
"社保卡信息"
,
title
:
"社保卡信息"
,
},
},
...
@@ -295,8 +276,7 @@ const routes = [
...
@@ -295,8 +276,7 @@ const routes = [
{
{
path
:
"budget"
,
path
:
"budget"
,
name
:
"InsuranceBudget"
,
name
:
"InsuranceBudget"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/insurance/budget"
),
import
(
"@/views/insurance/budget"
),
meta
:
{
meta
:
{
title
:
"养老收支查询"
,
title
:
"养老收支查询"
,
},
},
...
@@ -304,8 +284,7 @@ const routes = [
...
@@ -304,8 +284,7 @@ const routes = [
{
{
path
:
"personal"
,
path
:
"personal"
,
name
:
"InsurancePersonal"
,
name
:
"InsurancePersonal"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/insurance/personal"
),
import
(
"@/views/insurance/personal"
),
meta
:
{
meta
:
{
title
:
"个人档案查询"
,
title
:
"个人档案查询"
,
},
},
...
@@ -318,15 +297,16 @@ const routes = [
...
@@ -318,15 +297,16 @@ const routes = [
name
:
"Power"
,
name
:
"Power"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/power/index"
,
redirect
:
"/power/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"PowerIndex"
,
name
:
"PowerIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/power/"
),
import
(
"@/views/power/"
),
meta
:
{
meta
:
{
title
:
"供电服务"
,
title
:
"供电服务"
,
},
},
},
],
},
],
},
},
// 公积金
// 公积金
{
{
...
@@ -334,11 +314,11 @@ const routes = [
...
@@ -334,11 +314,11 @@ const routes = [
name
:
"Fund"
,
name
:
"Fund"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/fund/index"
,
redirect
:
"/fund/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"FundIndex"
,
name
:
"FundIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/fund/"
),
import
(
"@/views/fund/"
),
meta
:
{
meta
:
{
title
:
"公积金"
,
title
:
"公积金"
,
},
},
...
@@ -346,8 +326,7 @@ const routes = [
...
@@ -346,8 +326,7 @@ const routes = [
{
{
path
:
"card"
,
path
:
"card"
,
name
:
"FundCard"
,
name
:
"FundCard"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/fund/card"
),
import
(
"@/views/fund/card"
),
meta
:
{
meta
:
{
title
:
"公积金缴纳信息"
,
title
:
"公积金缴纳信息"
,
},
},
...
@@ -355,8 +334,7 @@ const routes = [
...
@@ -355,8 +334,7 @@ const routes = [
{
{
path
:
"payment"
,
path
:
"payment"
,
name
:
"FundPayment"
,
name
:
"FundPayment"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/fund/payment"
),
import
(
"@/views/fund/payment"
),
meta
:
{
meta
:
{
title
:
"公积金缴纳明细"
,
title
:
"公积金缴纳明细"
,
},
},
...
@@ -364,8 +342,7 @@ const routes = [
...
@@ -364,8 +342,7 @@ const routes = [
{
{
path
:
"loaninfo"
,
path
:
"loaninfo"
,
name
:
"FundLoanInfo"
,
name
:
"FundLoanInfo"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/fund/loanInfo"
),
import
(
"@/views/fund/loanInfo"
),
meta
:
{
meta
:
{
title
:
"公积金贷款信息"
,
title
:
"公积金贷款信息"
,
},
},
...
@@ -373,8 +350,7 @@ const routes = [
...
@@ -373,8 +350,7 @@ const routes = [
{
{
path
:
"loandet"
,
path
:
"loandet"
,
name
:
"FundLoanDetail"
,
name
:
"FundLoanDetail"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/fund/loandet"
),
import
(
"@/views/fund/loandet"
),
meta
:
{
meta
:
{
title
:
"公积金贷款还款明细"
,
title
:
"公积金贷款还款明细"
,
},
},
...
@@ -387,11 +363,11 @@ const routes = [
...
@@ -387,11 +363,11 @@ const routes = [
name
:
"GovService"
,
name
:
"GovService"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/govservice/index"
,
redirect
:
"/govservice/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"GovServiceIndex"
,
name
:
"GovServiceIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/govservice/"
),
import
(
"@/views/govservice/"
),
meta
:
{
meta
:
{
title
:
"在线预约"
,
title
:
"在线预约"
,
},
},
...
@@ -399,8 +375,7 @@ const routes = [
...
@@ -399,8 +375,7 @@ const routes = [
{
{
path
:
"order"
,
path
:
"order"
,
name
:
"GovServiceOrder"
,
name
:
"GovServiceOrder"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/govservice/order"
),
import
(
"@/views/govservice/order"
),
meta
:
{
meta
:
{
title
:
"在线预约"
,
title
:
"在线预约"
,
},
},
...
@@ -408,8 +383,7 @@ const routes = [
...
@@ -408,8 +383,7 @@ const routes = [
{
{
path
:
"task"
,
path
:
"task"
,
name
:
"GovServiceTask"
,
name
:
"GovServiceTask"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/govservice/task"
),
import
(
"@/views/govservice/task"
),
meta
:
{
meta
:
{
title
:
"在线预约"
,
title
:
"在线预约"
,
},
},
...
@@ -417,8 +391,7 @@ const routes = [
...
@@ -417,8 +391,7 @@ const routes = [
{
{
path
:
"add"
,
path
:
"add"
,
name
:
"AddOrder"
,
name
:
"AddOrder"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/govservice/addOrder"
),
import
(
"@/views/govservice/addOrder"
),
meta
:
{
meta
:
{
title
:
"选择预约时间"
,
title
:
"选择预约时间"
,
},
},
...
@@ -431,11 +404,11 @@ const routes = [
...
@@ -431,11 +404,11 @@ const routes = [
name
:
"Guarantee"
,
name
:
"Guarantee"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/guarantee/index"
,
redirect
:
"/guarantee/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"GuaranteeIndex"
,
name
:
"GuaranteeIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/guarantee/index"
),
import
(
"@/views/guarantee/index"
),
meta
:
{
meta
:
{
title
:
"救助申请"
,
title
:
"救助申请"
,
},
},
...
@@ -443,8 +416,7 @@ const routes = [
...
@@ -443,8 +416,7 @@ const routes = [
{
{
path
:
"situation"
,
path
:
"situation"
,
name
:
"GuaranteeSituation"
,
name
:
"GuaranteeSituation"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/guarantee/situation"
),
import
(
"@/views/guarantee/situation"
),
meta
:
{
meta
:
{
title
:
"申请概况"
,
title
:
"申请概况"
,
},
},
...
@@ -452,8 +424,7 @@ const routes = [
...
@@ -452,8 +424,7 @@ const routes = [
{
{
path
:
"family"
,
path
:
"family"
,
name
:
"GuaranteeFamily"
,
name
:
"GuaranteeFamily"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/guarantee/family"
),
import
(
"@/views/guarantee/family"
),
meta
:
{
meta
:
{
title
:
"申请基本信息"
,
title
:
"申请基本信息"
,
},
},
...
@@ -461,8 +432,7 @@ const routes = [
...
@@ -461,8 +432,7 @@ const routes = [
{
{
path
:
"verify"
,
path
:
"verify"
,
name
:
"GuaranteeVerify"
,
name
:
"GuaranteeVerify"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/guarantee/verify"
),
import
(
"@/views/guarantee/verify"
),
meta
:
{
meta
:
{
title
:
"授权核查列表"
,
title
:
"授权核查列表"
,
},
},
...
@@ -475,11 +445,11 @@ const routes = [
...
@@ -475,11 +445,11 @@ const routes = [
name
:
"ResPurchase"
,
name
:
"ResPurchase"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/respurchase/index"
,
redirect
:
"/respurchase/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"ResPurchaseIndex"
,
name
:
"ResPurchaseIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/respurchase/"
),
import
(
"@/views/respurchase/"
),
meta
:
{
meta
:
{
title
:
"公共资源采购"
,
title
:
"公共资源采购"
,
},
},
...
@@ -487,8 +457,7 @@ const routes = [
...
@@ -487,8 +457,7 @@ const routes = [
{
{
path
:
"detail"
,
path
:
"detail"
,
name
:
"ResPurchaseDetail"
,
name
:
"ResPurchaseDetail"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/respurchase/detail"
),
import
(
"@/views/respurchase/detail"
),
meta
:
{
meta
:
{
title
:
"公共资源采购详情"
,
title
:
"公共资源采购详情"
,
},
},
...
@@ -501,11 +470,11 @@ const routes = [
...
@@ -501,11 +470,11 @@ const routes = [
name
:
"Talents"
,
name
:
"Talents"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/talents/index"
,
redirect
:
"/talents/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"TalentsIndex"
,
name
:
"TalentsIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/talents/"
),
import
(
"@/views/talents/"
),
meta
:
{
meta
:
{
title
:
"人才码"
,
title
:
"人才码"
,
},
},
...
@@ -513,8 +482,7 @@ const routes = [
...
@@ -513,8 +482,7 @@ const routes = [
{
{
path
:
"qrcode"
,
path
:
"qrcode"
,
name
:
"QRCode"
,
name
:
"QRCode"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/talents/qrcode"
),
import
(
"@/views/talents/qrcode"
),
meta
:
{
meta
:
{
title
:
"人才码核验"
,
title
:
"人才码核验"
,
},
},
...
@@ -522,8 +490,7 @@ const routes = [
...
@@ -522,8 +490,7 @@ const routes = [
{
{
path
:
"rule"
,
path
:
"rule"
,
name
:
"TalentRule"
,
name
:
"TalentRule"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/talents/rule"
),
import
(
"@/views/talents/rule"
),
meta
:
{
meta
:
{
title
:
"人才码申报指南"
,
title
:
"人才码申报指南"
,
},
},
...
@@ -531,8 +498,7 @@ const routes = [
...
@@ -531,8 +498,7 @@ const routes = [
{
{
path
:
"report"
,
path
:
"report"
,
name
:
"TalentReport"
,
name
:
"TalentReport"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/talents/report"
),
import
(
"@/views/talents/report"
),
meta
:
{
meta
:
{
title
:
"人才码申报"
,
title
:
"人才码申报"
,
},
},
...
@@ -540,8 +506,7 @@ const routes = [
...
@@ -540,8 +506,7 @@ const routes = [
{
{
path
:
"reportform"
,
path
:
"reportform"
,
name
:
"ReportForm"
,
name
:
"ReportForm"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/talents/reportform"
),
import
(
"@/views/talents/reportform"
),
meta
:
{
meta
:
{
title
:
"人才码申报"
,
title
:
"人才码申报"
,
},
},
...
@@ -549,8 +514,7 @@ const routes = [
...
@@ -549,8 +514,7 @@ const routes = [
{
{
path
:
"reportfilter"
,
path
:
"reportfilter"
,
name
:
"ReportFilter"
,
name
:
"ReportFilter"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/talents/reportfilter"
),
import
(
"@/views/talents/reportfilter"
),
meta
:
{
meta
:
{
title
:
"人才码申报"
,
title
:
"人才码申报"
,
},
},
...
@@ -558,8 +522,7 @@ const routes = [
...
@@ -558,8 +522,7 @@ const routes = [
{
{
path
:
"showinfo"
,
path
:
"showinfo"
,
name
:
"ShowInfo"
,
name
:
"ShowInfo"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/talents/showinfo"
),
import
(
"@/views/talents/showinfo"
),
meta
:
{
meta
:
{
title
:
"人才码详情"
,
title
:
"人才码详情"
,
},
},
...
@@ -572,11 +535,11 @@ const routes = [
...
@@ -572,11 +535,11 @@ const routes = [
name
:
"QuickLoans"
,
name
:
"QuickLoans"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/quickloans/index"
,
redirect
:
"/quickloans/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"QuickLoansIndex"
,
name
:
"QuickLoansIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/quickloans/"
),
import
(
"@/views/quickloans/"
),
meta
:
{
meta
:
{
title
:
"网捷贷"
,
title
:
"网捷贷"
,
},
},
...
@@ -584,8 +547,7 @@ const routes = [
...
@@ -584,8 +547,7 @@ const routes = [
{
{
path
:
"detail"
,
path
:
"detail"
,
name
:
"QuickLoansDetail"
,
name
:
"QuickLoansDetail"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/quickloans/detail"
),
import
(
"@/views/quickloans/detail"
),
meta
:
{
meta
:
{
title
:
"网捷贷详情"
,
title
:
"网捷贷详情"
,
},
},
...
@@ -593,8 +555,7 @@ const routes = [
...
@@ -593,8 +555,7 @@ const routes = [
{
{
path
:
"account"
,
path
:
"account"
,
name
:
"Account"
,
name
:
"Account"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/quickloans/account"
),
import
(
"@/views/quickloans/account"
),
meta
:
{
meta
:
{
title
:
"对公开户"
,
title
:
"对公开户"
,
},
},
...
@@ -607,11 +568,11 @@ const routes = [
...
@@ -607,11 +568,11 @@ const routes = [
name
:
"Policy"
,
name
:
"Policy"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/policy/index"
,
redirect
:
"/policy/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"PolicyIndex"
,
name
:
"PolicyIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/"
),
import
(
"@/views/policy/"
),
meta
:
{
meta
:
{
title
:
"人才政策"
,
title
:
"人才政策"
,
},
},
...
@@ -619,8 +580,7 @@ const routes = [
...
@@ -619,8 +580,7 @@ const routes = [
{
{
path
:
"list"
,
path
:
"list"
,
name
:
"PolicyList"
,
name
:
"PolicyList"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/list"
),
import
(
"@/views/policy/list"
),
meta
:
{
meta
:
{
title
:
"人才事项办理指南"
,
title
:
"人才事项办理指南"
,
},
},
...
@@ -628,8 +588,7 @@ const routes = [
...
@@ -628,8 +588,7 @@ const routes = [
{
{
path
:
"detail"
,
path
:
"detail"
,
name
:
"PolicyDetail"
,
name
:
"PolicyDetail"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/detail"
),
import
(
"@/views/policy/detail"
),
meta
:
{
meta
:
{
title
:
"人才事项办理指南"
,
title
:
"人才事项办理指南"
,
},
},
...
@@ -637,8 +596,7 @@ const routes = [
...
@@ -637,8 +596,7 @@ const routes = [
{
{
path
:
"online"
,
path
:
"online"
,
name
:
"PolicyOnline"
,
name
:
"PolicyOnline"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/online"
),
import
(
"@/views/policy/online"
),
meta
:
{
meta
:
{
title
:
"线上办理项"
,
title
:
"线上办理项"
,
},
},
...
@@ -646,8 +604,7 @@ const routes = [
...
@@ -646,8 +604,7 @@ const routes = [
{
{
path
:
"rule"
,
path
:
"rule"
,
name
:
"PolicyRule"
,
name
:
"PolicyRule"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/rule"
),
import
(
"@/views/policy/rule"
),
meta
:
{
meta
:
{
title
:
"人才政策申报指南"
,
title
:
"人才政策申报指南"
,
},
},
...
@@ -655,8 +612,7 @@ const routes = [
...
@@ -655,8 +612,7 @@ const routes = [
{
{
path
:
"health-manage"
,
path
:
"health-manage"
,
name
:
"HealthManage"
,
name
:
"HealthManage"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/healthmanage"
),
import
(
"@/views/policy/healthmanage"
),
meta
:
{
meta
:
{
title
:
"健康管理服务指南"
,
title
:
"健康管理服务指南"
,
},
},
...
@@ -664,8 +620,7 @@ const routes = [
...
@@ -664,8 +620,7 @@ const routes = [
{
{
path
:
"health-check"
,
path
:
"health-check"
,
name
:
"HealthCheck"
,
name
:
"HealthCheck"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/healthcheck"
),
import
(
"@/views/policy/healthcheck"
),
meta
:
{
meta
:
{
title
:
"健康体检指南"
,
title
:
"健康体检指南"
,
},
},
...
@@ -673,8 +628,7 @@ const routes = [
...
@@ -673,8 +628,7 @@ const routes = [
{
{
path
:
"health-path"
,
path
:
"health-path"
,
name
:
"HealthPath"
,
name
:
"HealthPath"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/healthpath"
),
import
(
"@/views/policy/healthpath"
),
meta
:
{
meta
:
{
title
:
"绿色就医通道"
,
title
:
"绿色就医通道"
,
},
},
...
@@ -682,8 +636,7 @@ const routes = [
...
@@ -682,8 +636,7 @@ const routes = [
{
{
path
:
"policy-report-index"
,
path
:
"policy-report-index"
,
name
:
"PolicyReportIndex"
,
name
:
"PolicyReportIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/myreportIndex"
),
import
(
"@/views/policy/myreportIndex"
),
meta
:
{
meta
:
{
title
:
"我的申报"
,
title
:
"我的申报"
,
},
},
...
@@ -691,8 +644,7 @@ const routes = [
...
@@ -691,8 +644,7 @@ const routes = [
{
{
path
:
"policy-report-one"
,
path
:
"policy-report-one"
,
name
:
"PolicyReportOne"
,
name
:
"PolicyReportOne"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/myreport"
),
import
(
"@/views/policy/myreport"
),
meta
:
{
meta
:
{
title
:
"我的申报"
,
title
:
"我的申报"
,
},
},
...
@@ -700,8 +652,7 @@ const routes = [
...
@@ -700,8 +652,7 @@ const routes = [
{
{
path
:
"policy-report-two"
,
path
:
"policy-report-two"
,
name
:
"PolicyReportTwo"
,
name
:
"PolicyReportTwo"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/myreportTwo"
),
import
(
"@/views/policy/myreportTwo"
),
meta
:
{
meta
:
{
title
:
"我的申报"
,
title
:
"我的申报"
,
},
},
...
@@ -709,8 +660,7 @@ const routes = [
...
@@ -709,8 +660,7 @@ const routes = [
{
{
path
:
"policy-report-three"
,
path
:
"policy-report-three"
,
name
:
"PolicyReportThree"
,
name
:
"PolicyReportThree"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/myreportThree"
),
import
(
"@/views/policy/myreportThree"
),
meta
:
{
meta
:
{
title
:
"我的申报"
,
title
:
"我的申报"
,
},
},
...
@@ -718,8 +668,7 @@ const routes = [
...
@@ -718,8 +668,7 @@ const routes = [
{
{
path
:
"care/careAED"
,
path
:
"care/careAED"
,
name
:
"PolicyCare"
,
name
:
"PolicyCare"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/care/careAED"
),
import
(
"@/views/policy/care/careAED"
),
meta
:
{
meta
:
{
title
:
"人才父母惠老关怀申请"
,
title
:
"人才父母惠老关怀申请"
,
},
},
...
@@ -735,8 +684,7 @@ const routes = [
...
@@ -735,8 +684,7 @@ const routes = [
{
{
path
:
"house-purchase"
,
path
:
"house-purchase"
,
name
:
"HousePurchase"
,
name
:
"HousePurchase"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/housepurchase"
),
import
(
"@/views/policy/housepurchase"
),
meta
:
{
meta
:
{
title
:
"人才“镇兴”行动购住房契税补贴申请"
,
title
:
"人才“镇兴”行动购住房契税补贴申请"
,
},
},
...
@@ -746,8 +694,7 @@ const routes = [
...
@@ -746,8 +694,7 @@ const routes = [
{
{
path
:
"purchase/index"
,
path
:
"purchase/index"
,
name
:
"PolicyPurchaseIndex"
,
name
:
"PolicyPurchaseIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/purchase/index"
),
import
(
"@/views/policy/purchase/index"
),
meta
:
{
meta
:
{
title
:
"购房补贴申领服务指南"
,
title
:
"购房补贴申领服务指南"
,
},
},
...
@@ -755,8 +702,7 @@ const routes = [
...
@@ -755,8 +702,7 @@ const routes = [
{
{
path
:
"purchase/indexedit"
,
path
:
"purchase/indexedit"
,
name
:
"PolicyPurchaseIndexedit"
,
name
:
"PolicyPurchaseIndexedit"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/purchase/indexedit"
),
import
(
"@/views/policy/purchase/indexedit"
),
meta
:
{
meta
:
{
title
:
"购房补贴申领服务指南"
,
title
:
"购房补贴申领服务指南"
,
},
},
...
@@ -764,8 +710,7 @@ const routes = [
...
@@ -764,8 +710,7 @@ const routes = [
{
{
path
:
"purchase/submit"
,
path
:
"purchase/submit"
,
name
:
"PolicyPurchaseSubmit"
,
name
:
"PolicyPurchaseSubmit"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/purchase/submit"
),
import
(
"@/views/policy/purchase/submit"
),
meta
:
{
meta
:
{
title
:
"提交成功"
,
title
:
"提交成功"
,
},
},
...
@@ -773,8 +718,7 @@ const routes = [
...
@@ -773,8 +718,7 @@ const routes = [
{
{
path
:
"purchase/enterprise"
,
path
:
"purchase/enterprise"
,
name
:
"PolicyPurchaseEnterprise"
,
name
:
"PolicyPurchaseEnterprise"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/purchase/enterprise"
),
import
(
"@/views/policy/purchase/enterprise"
),
meta
:
{
meta
:
{
title
:
"企业信息"
,
title
:
"企业信息"
,
},
},
...
@@ -782,8 +726,7 @@ const routes = [
...
@@ -782,8 +726,7 @@ const routes = [
{
{
path
:
"purchase/enterpriseedit"
,
path
:
"purchase/enterpriseedit"
,
name
:
"PolicyPurchaseEnterpriseedit"
,
name
:
"PolicyPurchaseEnterpriseedit"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/purchase/enterpriseedit"
),
import
(
"@/views/policy/purchase/enterpriseedit"
),
meta
:
{
meta
:
{
title
:
"企业信息"
,
title
:
"企业信息"
,
},
},
...
@@ -791,8 +734,7 @@ const routes = [
...
@@ -791,8 +734,7 @@ const routes = [
{
{
path
:
"purchase/applicant"
,
path
:
"purchase/applicant"
,
name
:
"PolicyPurchaseApplicant"
,
name
:
"PolicyPurchaseApplicant"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/purchase/applicant"
),
import
(
"@/views/policy/purchase/applicant"
),
meta
:
{
meta
:
{
title
:
"申请人信息"
,
title
:
"申请人信息"
,
},
},
...
@@ -800,8 +742,7 @@ const routes = [
...
@@ -800,8 +742,7 @@ const routes = [
{
{
path
:
"purchase/applidetail"
,
path
:
"purchase/applidetail"
,
name
:
"PolicyPurchaseApplidetail"
,
name
:
"PolicyPurchaseApplidetail"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/policy/purchase/applidetail"
),
import
(
"@/views/policy/purchase/applidetail"
),
meta
:
{
meta
:
{
title
:
"申请人信息"
,
title
:
"申请人信息"
,
},
},
...
@@ -814,11 +755,11 @@ const routes = [
...
@@ -814,11 +755,11 @@ const routes = [
name
:
"Deedtax"
,
name
:
"Deedtax"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/deedtax/index"
,
redirect
:
"/deedtax/index"
,
children
:
[{
children
:
[
{
path
:
"detail"
,
path
:
"detail"
,
name
:
"DeedtaxDetail"
,
name
:
"DeedtaxDetail"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/deedtax/detail"
),
import
(
"@/views/deedtax/detail"
),
meta
:
{
meta
:
{
title
:
"契税补贴政策"
,
title
:
"契税补贴政策"
,
},
},
...
@@ -826,8 +767,7 @@ const routes = [
...
@@ -826,8 +767,7 @@ const routes = [
{
{
path
:
"index"
,
path
:
"index"
,
name
:
"DeedtaxIndex"
,
name
:
"DeedtaxIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/deedtax/"
),
import
(
"@/views/deedtax/"
),
meta
:
{
meta
:
{
title
:
"契税补贴"
,
title
:
"契税补贴"
,
},
},
...
@@ -835,8 +775,7 @@ const routes = [
...
@@ -835,8 +775,7 @@ const routes = [
{
{
path
:
"declare"
,
path
:
"declare"
,
name
:
"DeedtaxDeclare"
,
name
:
"DeedtaxDeclare"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/deedtax/declare"
),
import
(
"@/views/deedtax/declare"
),
meta
:
{
meta
:
{
title
:
"契税补贴申报"
,
title
:
"契税补贴申报"
,
},
},
...
@@ -844,8 +783,7 @@ const routes = [
...
@@ -844,8 +783,7 @@ const routes = [
{
{
path
:
"declare"
,
path
:
"declare"
,
name
:
"DeedtaxDeclare1"
,
name
:
"DeedtaxDeclare1"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/deedtax/declare"
),
import
(
"@/views/deedtax/declare"
),
meta
:
{
meta
:
{
title
:
"信息确认"
,
title
:
"信息确认"
,
},
},
...
@@ -853,8 +791,7 @@ const routes = [
...
@@ -853,8 +791,7 @@ const routes = [
{
{
path
:
"declared"
,
path
:
"declared"
,
name
:
"DeedtaxDeclared"
,
name
:
"DeedtaxDeclared"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/deedtax/declared"
),
import
(
"@/views/deedtax/declared"
),
meta
:
{
meta
:
{
title
:
"申报成功"
,
title
:
"申报成功"
,
},
},
...
@@ -862,8 +799,7 @@ const routes = [
...
@@ -862,8 +799,7 @@ const routes = [
{
{
path
:
"handling"
,
path
:
"handling"
,
name
:
"DeedtaxHandling"
,
name
:
"DeedtaxHandling"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/deedtax/handling"
),
import
(
"@/views/deedtax/handling"
),
meta
:
{
meta
:
{
title
:
"办理进度"
,
title
:
"办理进度"
,
},
},
...
@@ -876,11 +812,11 @@ const routes = [
...
@@ -876,11 +812,11 @@ const routes = [
name
:
"Extra"
,
name
:
"Extra"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/extra/index"
,
redirect
:
"/extra/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"ExtraIndex"
,
name
:
"ExtraIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/extra/"
),
import
(
"@/views/extra/"
),
meta
:
{
meta
:
{
title
:
"测试"
,
title
:
"测试"
,
},
},
...
@@ -888,8 +824,7 @@ const routes = [
...
@@ -888,8 +824,7 @@ const routes = [
{
{
path
:
"talentService"
,
path
:
"talentService"
,
name
:
"TalentService"
,
name
:
"TalentService"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/extra/talentService"
),
import
(
"@/views/extra/talentService"
),
meta
:
{
meta
:
{
title
:
"一窗通办"
,
title
:
"一窗通办"
,
},
},
...
@@ -902,11 +837,11 @@ const routes = [
...
@@ -902,11 +837,11 @@ const routes = [
name
:
"Cancellation"
,
name
:
"Cancellation"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/cancellation/index"
,
redirect
:
"/cancellation/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"CancellationIndex"
,
name
:
"CancellationIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/cancellation/index.vue"
),
import
(
"@/views/cancellation/index.vue"
),
meta
:
{
meta
:
{
title
:
"注销账号"
,
title
:
"注销账号"
,
},
},
...
@@ -914,8 +849,7 @@ const routes = [
...
@@ -914,8 +849,7 @@ const routes = [
{
{
path
:
"confirmlogout"
,
path
:
"confirmlogout"
,
name
:
"CancellationConfirmlogout"
,
name
:
"CancellationConfirmlogout"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/cancellation/confirmlogout.vue"
),
import
(
"@/views/cancellation/confirmlogout.vue"
),
meta
:
{
meta
:
{
title
:
"注销账号"
,
title
:
"注销账号"
,
},
},
...
@@ -928,11 +862,11 @@ const routes = [
...
@@ -928,11 +862,11 @@ const routes = [
name
:
"Epidemic"
,
name
:
"Epidemic"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/epidemic/index"
,
redirect
:
"/epidemic/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"EpidemicIndex"
,
name
:
"EpidemicIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/epidemic/index.vue"
),
import
(
"@/views/epidemic/index.vue"
),
meta
:
{
meta
:
{
title
:
"疫情信息"
,
title
:
"疫情信息"
,
},
},
...
@@ -940,8 +874,7 @@ const routes = [
...
@@ -940,8 +874,7 @@ const routes = [
{
{
path
:
"information"
,
path
:
"information"
,
name
:
"EpidemicInformation"
,
name
:
"EpidemicInformation"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/epidemic/information.vue"
),
import
(
"@/views/epidemic/information.vue"
),
meta
:
{
meta
:
{
title
:
"疫情信息"
,
title
:
"疫情信息"
,
},
},
...
@@ -954,11 +887,11 @@ const routes = [
...
@@ -954,11 +887,11 @@ const routes = [
name
:
"Report"
,
name
:
"Report"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/report/index"
,
redirect
:
"/report/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"ReportIndex"
,
name
:
"ReportIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/report/index.vue"
),
import
(
"@/views/report/index.vue"
),
meta
:
{
meta
:
{
title
:
"扫码上报"
,
title
:
"扫码上报"
,
},
},
...
@@ -966,8 +899,7 @@ const routes = [
...
@@ -966,8 +899,7 @@ const routes = [
{
{
path
:
"myreport"
,
path
:
"myreport"
,
name
:
"ReportMyReport"
,
name
:
"ReportMyReport"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/report/report.vue"
),
import
(
"@/views/report/report.vue"
),
meta
:
{
meta
:
{
title
:
"个人出行登记"
,
title
:
"个人出行登记"
,
},
},
...
@@ -975,8 +907,7 @@ const routes = [
...
@@ -975,8 +907,7 @@ const routes = [
{
{
path
:
"replacereport"
,
path
:
"replacereport"
,
name
:
"ReportReplacereport"
,
name
:
"ReportReplacereport"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/report/replacereport.vue"
),
import
(
"@/views/report/replacereport.vue"
),
meta
:
{
meta
:
{
title
:
"代他人出行登记"
,
title
:
"代他人出行登记"
,
},
},
...
@@ -984,8 +915,7 @@ const routes = [
...
@@ -984,8 +915,7 @@ const routes = [
{
{
path
:
"gatreport"
,
path
:
"gatreport"
,
name
:
"ReportGatreport"
,
name
:
"ReportGatreport"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/report/gatreport.vue"
),
import
(
"@/views/report/gatreport.vue"
),
meta
:
{
meta
:
{
title
:
"港澳台及外籍用户登记"
,
title
:
"港澳台及外籍用户登记"
,
},
},
...
@@ -993,8 +923,7 @@ const routes = [
...
@@ -993,8 +923,7 @@ const routes = [
{
{
path
:
"details"
,
path
:
"details"
,
name
:
"ReportDetails"
,
name
:
"ReportDetails"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/report/details.vue"
),
import
(
"@/views/report/details.vue"
),
meta
:
{
meta
:
{
title
:
"上报成功"
,
title
:
"上报成功"
,
},
},
...
@@ -1002,8 +931,7 @@ const routes = [
...
@@ -1002,8 +931,7 @@ const routes = [
{
{
path
:
"detail"
,
path
:
"detail"
,
name
:
"ReportDetail"
,
name
:
"ReportDetail"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/report/detail.vue"
),
import
(
"@/views/report/detail.vue"
),
meta
:
{
meta
:
{
title
:
"扫码统计"
,
title
:
"扫码统计"
,
},
},
...
@@ -1011,8 +939,7 @@ const routes = [
...
@@ -1011,8 +939,7 @@ const routes = [
{
{
path
:
"health"
,
path
:
"health"
,
name
:
"ReportHealth"
,
name
:
"ReportHealth"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/report/health.vue"
),
import
(
"@/views/report/health.vue"
),
meta
:
{
meta
:
{
title
:
"核酸检测结果查询"
,
title
:
"核酸检测结果查询"
,
},
},
...
@@ -1020,8 +947,7 @@ const routes = [
...
@@ -1020,8 +947,7 @@ const routes = [
{
{
path
:
"health1"
,
path
:
"health1"
,
name
:
"ReportHealth1"
,
name
:
"ReportHealth1"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/report/health1.vue"
),
import
(
"@/views/report/health1.vue"
),
meta
:
{
meta
:
{
title
:
"核酸检测结果查询"
,
title
:
"核酸检测结果查询"
,
},
},
...
@@ -1029,8 +955,7 @@ const routes = [
...
@@ -1029,8 +955,7 @@ const routes = [
{
{
path
:
"scancode"
,
path
:
"scancode"
,
name
:
"ReportScancode"
,
name
:
"ReportScancode"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/report/scancode.vue"
),
import
(
"@/views/report/scancode.vue"
),
meta
:
{
meta
:
{
title
:
"扫一扫"
,
title
:
"扫一扫"
,
},
},
...
@@ -1043,11 +968,11 @@ const routes = [
...
@@ -1043,11 +968,11 @@ const routes = [
name
:
"Reverse"
,
name
:
"Reverse"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/reverse/index"
,
redirect
:
"/reverse/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"ReverseIndex"
,
name
:
"ReverseIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/reverse/index.vue"
),
import
(
"@/views/reverse/index.vue"
),
meta
:
{
meta
:
{
title
:
"镇江通行码"
,
title
:
"镇江通行码"
,
},
},
...
@@ -1055,8 +980,7 @@ const routes = [
...
@@ -1055,8 +980,7 @@ const routes = [
{
{
path
:
"submit"
,
path
:
"submit"
,
name
:
"ReverseSubmit"
,
name
:
"ReverseSubmit"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/reverse/submit.vue"
),
import
(
"@/views/reverse/submit.vue"
),
meta
:
{
meta
:
{
title
:
"个人通行码"
,
title
:
"个人通行码"
,
},
},
...
@@ -1064,8 +988,7 @@ const routes = [
...
@@ -1064,8 +988,7 @@ const routes = [
{
{
path
:
"grDetail"
,
path
:
"grDetail"
,
name
:
"ReverseGrDetail"
,
name
:
"ReverseGrDetail"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/reverse/grDetail.vue"
),
import
(
"@/views/reverse/grDetail.vue"
),
meta
:
{
meta
:
{
title
:
"个人通行码"
,
title
:
"个人通行码"
,
},
},
...
@@ -1073,8 +996,7 @@ const routes = [
...
@@ -1073,8 +996,7 @@ const routes = [
{
{
path
:
"jrList"
,
path
:
"jrList"
,
name
:
"ReverseJrList"
,
name
:
"ReverseJrList"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/reverse/jrList.vue"
),
import
(
"@/views/reverse/jrList.vue"
),
meta
:
{
meta
:
{
title
:
"家人通行码"
,
title
:
"家人通行码"
,
},
},
...
@@ -1082,8 +1004,7 @@ const routes = [
...
@@ -1082,8 +1004,7 @@ const routes = [
{
{
path
:
"staff"
,
path
:
"staff"
,
name
:
"ReverseStaff"
,
name
:
"ReverseStaff"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/reverse/staff.vue"
),
import
(
"@/views/reverse/staff.vue"
),
meta
:
{
meta
:
{
title
:
"员工授权"
,
title
:
"员工授权"
,
},
},
...
@@ -1091,8 +1012,7 @@ const routes = [
...
@@ -1091,8 +1012,7 @@ const routes = [
{
{
path
:
"apply"
,
path
:
"apply"
,
name
:
"ReverseApply"
,
name
:
"ReverseApply"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/reverse/apply.vue"
),
import
(
"@/views/reverse/apply.vue"
),
meta
:
{
meta
:
{
title
:
"扫码权限申请"
,
title
:
"扫码权限申请"
,
},
},
...
@@ -1100,8 +1020,7 @@ const routes = [
...
@@ -1100,8 +1020,7 @@ const routes = [
{
{
path
:
"register"
,
path
:
"register"
,
name
:
"ReverseRegister"
,
name
:
"ReverseRegister"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/reverse/register.vue"
),
import
(
"@/views/reverse/register.vue"
),
meta
:
{
meta
:
{
title
:
"入场登记"
,
title
:
"入场登记"
,
},
},
...
@@ -1114,15 +1033,16 @@ const routes = [
...
@@ -1114,15 +1033,16 @@ const routes = [
name
:
"Noswindle"
,
name
:
"Noswindle"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/noswindle/index"
,
redirect
:
"/noswindle/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"NoswindleIndex"
,
name
:
"NoswindleIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/noswindle/index.vue"
),
import
(
"@/views/noswindle/index.vue"
),
meta
:
{
meta
:
{
title
:
"防范诈骗"
,
title
:
"防范诈骗"
,
},
},
},
],
},
],
},
},
// 生成通行码
// 生成通行码
{
{
...
@@ -1130,11 +1050,11 @@ const routes = [
...
@@ -1130,11 +1050,11 @@ const routes = [
name
:
"Current"
,
name
:
"Current"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/current/index"
,
redirect
:
"/current/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"CurrentIndex"
,
name
:
"CurrentIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/current/index.vue"
),
import
(
"@/views/current/index.vue"
),
meta
:
{
meta
:
{
title
:
"生成通行码"
,
title
:
"生成通行码"
,
},
},
...
@@ -1142,8 +1062,7 @@ const routes = [
...
@@ -1142,8 +1062,7 @@ const routes = [
{
{
path
:
"history"
,
path
:
"history"
,
name
:
"CurrentHistory"
,
name
:
"CurrentHistory"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/current/history.vue"
),
import
(
"@/views/current/history.vue"
),
meta
:
{
meta
:
{
title
:
"通行码历史数据"
,
title
:
"通行码历史数据"
,
},
},
...
@@ -1151,8 +1070,7 @@ const routes = [
...
@@ -1151,8 +1070,7 @@ const routes = [
{
{
path
:
"details"
,
path
:
"details"
,
name
:
"CurrentDetails"
,
name
:
"CurrentDetails"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/current/details.vue"
),
import
(
"@/views/current/details.vue"
),
meta
:
{
meta
:
{
title
:
"镇江通行码"
,
title
:
"镇江通行码"
,
},
},
...
@@ -1160,8 +1078,7 @@ const routes = [
...
@@ -1160,8 +1078,7 @@ const routes = [
{
{
path
:
"map"
,
path
:
"map"
,
name
:
"CurrentMap"
,
name
:
"CurrentMap"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/current/map.vue"
),
import
(
"@/views/current/map.vue"
),
meta
:
{
title
:
"选择位置"
},
meta
:
{
title
:
"选择位置"
},
},
},
],
],
...
@@ -1170,8 +1087,7 @@ const routes = [
...
@@ -1170,8 +1087,7 @@ const routes = [
{
{
path
:
"/zjtj"
,
path
:
"/zjtj"
,
name
:
"Zjtj"
,
name
:
"Zjtj"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/zjtj/"
),
import
(
"@/views/zjtj/"
),
meta
:
{
meta
:
{
title
:
"镇江统计"
,
title
:
"镇江统计"
,
},
},
...
@@ -1180,8 +1096,7 @@ const routes = [
...
@@ -1180,8 +1096,7 @@ const routes = [
{
{
path
:
"/kstb"
,
path
:
"/kstb"
,
name
:
"Kstb"
,
name
:
"Kstb"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/kstb/"
),
import
(
"@/views/kstb/"
),
meta
:
{
meta
:
{
title
:
"跨省通办手册"
,
title
:
"跨省通办手册"
,
},
},
...
@@ -1190,8 +1105,7 @@ const routes = [
...
@@ -1190,8 +1105,7 @@ const routes = [
{
{
path
:
"/dkjc"
,
path
:
"/dkjc"
,
name
:
"Dkjc"
,
name
:
"Dkjc"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/dkjc/"
),
import
(
"@/views/dkjc/"
),
meta
:
{
meta
:
{
title
:
"操作指南"
,
title
:
"操作指南"
,
},
},
...
@@ -1202,11 +1116,11 @@ const routes = [
...
@@ -1202,11 +1116,11 @@ const routes = [
name
:
"Rqfy"
,
name
:
"Rqfy"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/rqfy/index"
,
redirect
:
"/rqfy/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"RqfyIndex"
,
name
:
"RqfyIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/rqfy/index.vue"
),
import
(
"@/views/rqfy/index.vue"
),
meta
:
{
meta
:
{
title
:
"绑定用户"
,
title
:
"绑定用户"
,
},
},
...
@@ -1214,8 +1128,7 @@ const routes = [
...
@@ -1214,8 +1128,7 @@ const routes = [
{
{
path
:
"repair"
,
path
:
"repair"
,
name
:
"Repair"
,
name
:
"Repair"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/rqfy/repair.vue"
),
import
(
"@/views/rqfy/repair.vue"
),
meta
:
{
meta
:
{
title
:
"预约维修"
,
title
:
"预约维修"
,
},
},
...
@@ -1223,8 +1136,24 @@ const routes = [
...
@@ -1223,8 +1136,24 @@ const routes = [
{
{
path
:
"check"
,
path
:
"check"
,
name
:
"Check1"
,
name
:
"Check1"
,
component
:
()
=>
import
(
"@/views/rqfy/check.vue"
),
},
// 镇江政策措施
{
path
:
"/measure"
,
name
:
"Measure"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/rqfy/check.vue"
),
import
(
"@/views/measure/index"
),
meta
:
{
title
:
"镇江政策措施"
,
},
},
// 身份码
{
path
:
"/identity"
,
name
:
"identity"
,
component
:
()
=>
import
(
"@/views/identity/index"
),
meta
:
{
meta
:
{
title
:
"预约安检"
,
title
:
"预约安检"
,
},
},
...
@@ -1232,8 +1161,7 @@ const routes = [
...
@@ -1232,8 +1161,7 @@ const routes = [
{
{
path
:
"fire"
,
path
:
"fire"
,
name
:
"Fire"
,
name
:
"Fire"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/rqfy/fire.vue"
),
import
(
"@/views/rqfy/fire.vue"
),
meta
:
{
meta
:
{
title
:
"预约点火"
,
title
:
"预约点火"
,
},
},
...
@@ -1241,8 +1169,7 @@ const routes = [
...
@@ -1241,8 +1169,7 @@ const routes = [
{
{
path
:
"recharge"
,
path
:
"recharge"
,
name
:
"Recharge"
,
name
:
"Recharge"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/rqfy/recharge.vue"
),
import
(
"@/views/rqfy/recharge.vue"
),
meta
:
{
meta
:
{
title
:
"充值缴费"
,
title
:
"充值缴费"
,
},
},
...
@@ -1250,8 +1177,7 @@ const routes = [
...
@@ -1250,8 +1177,7 @@ const routes = [
{
{
path
:
"payrecord"
,
path
:
"payrecord"
,
name
:
"Payrecord"
,
name
:
"Payrecord"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/rqfy/payrecord.vue"
),
import
(
"@/views/rqfy/payrecord.vue"
),
meta
:
{
meta
:
{
title
:
"缴费记录"
,
title
:
"缴费记录"
,
},
},
...
@@ -1259,8 +1185,7 @@ const routes = [
...
@@ -1259,8 +1185,7 @@ const routes = [
{
{
path
:
"usermanage"
,
path
:
"usermanage"
,
name
:
"Usermanage"
,
name
:
"Usermanage"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/rqfy/usermanage.vue"
),
import
(
"@/views/rqfy/usermanage.vue"
),
meta
:
{
meta
:
{
title
:
"用户管理"
,
title
:
"用户管理"
,
},
},
...
@@ -1268,8 +1193,7 @@ const routes = [
...
@@ -1268,8 +1193,7 @@ const routes = [
{
{
path
:
"hrrq"
,
path
:
"hrrq"
,
name
:
"Hrrq"
,
name
:
"Hrrq"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/rqfy/hrrq.vue"
),
import
(
"@/views/rqfy/hrrq.vue"
),
meta
:
{
meta
:
{
title
:
"华润燃气"
,
title
:
"华润燃气"
,
},
},
...
@@ -1282,11 +1206,11 @@ const routes = [
...
@@ -1282,11 +1206,11 @@ const routes = [
name
:
"Fruit"
,
name
:
"Fruit"
,
component
:
basicLayout
,
component
:
basicLayout
,
redirect
:
"/fruit/index"
,
redirect
:
"/fruit/index"
,
children
:
[{
children
:
[
{
path
:
"index"
,
path
:
"index"
,
name
:
"FruitIndex"
,
name
:
"FruitIndex"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/fruit/index.vue"
),
import
(
"@/views/fruit/index.vue"
),
meta
:
{
meta
:
{
title
:
"扶贫水果"
,
title
:
"扶贫水果"
,
},
},
...
@@ -1294,8 +1218,7 @@ const routes = [
...
@@ -1294,8 +1218,7 @@ const routes = [
{
{
path
:
"fruit1"
,
path
:
"fruit1"
,
name
:
"Fruit1"
,
name
:
"Fruit1"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/fruit/fruit1.vue"
),
import
(
"@/views/fruit/fruit1.vue"
),
meta
:
{
meta
:
{
title
:
"兑换券"
,
title
:
"兑换券"
,
},
},
...
@@ -1303,8 +1226,7 @@ const routes = [
...
@@ -1303,8 +1226,7 @@ const routes = [
{
{
path
:
"fruit2"
,
path
:
"fruit2"
,
name
:
"Fruit2"
,
name
:
"Fruit2"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/fruit/fruit2.vue"
),
import
(
"@/views/fruit/fruit2.vue"
),
meta
:
{
meta
:
{
title
:
"兑换历史"
,
title
:
"兑换历史"
,
},
},
...
@@ -1312,8 +1234,7 @@ const routes = [
...
@@ -1312,8 +1234,7 @@ const routes = [
{
{
path
:
"fruit3"
,
path
:
"fruit3"
,
name
:
"Fruit3"
,
name
:
"Fruit3"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/fruit/fruit3.vue"
),
import
(
"@/views/fruit/fruit3.vue"
),
meta
:
{
meta
:
{
title
:
"提货明细"
,
title
:
"提货明细"
,
},
},
...
@@ -1321,8 +1242,7 @@ const routes = [
...
@@ -1321,8 +1242,7 @@ const routes = [
{
{
path
:
"fruit4"
,
path
:
"fruit4"
,
name
:
"Fruit4"
,
name
:
"Fruit4"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/fruit/fruit4.vue"
),
import
(
"@/views/fruit/fruit4.vue"
),
meta
:
{
meta
:
{
title
:
"兑换券"
,
title
:
"兑换券"
,
},
},
...
@@ -1330,8 +1250,7 @@ const routes = [
...
@@ -1330,8 +1250,7 @@ const routes = [
{
{
path
:
"fruit5"
,
path
:
"fruit5"
,
name
:
"Fruit5"
,
name
:
"Fruit5"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/fruit/fruit5.vue"
),
import
(
"@/views/fruit/fruit5.vue"
),
meta
:
{
meta
:
{
title
:
"兑换券"
,
title
:
"兑换券"
,
},
},
...
@@ -1339,8 +1258,7 @@ const routes = [
...
@@ -1339,8 +1258,7 @@ const routes = [
{
{
path
:
"fruit6"
,
path
:
"fruit6"
,
name
:
"Fruit6"
,
name
:
"Fruit6"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/fruit/fruit6.vue"
),
import
(
"@/views/fruit/fruit6.vue"
),
meta
:
{
meta
:
{
title
:
"提货成功"
,
title
:
"提货成功"
,
},
},
...
@@ -1348,8 +1266,7 @@ const routes = [
...
@@ -1348,8 +1266,7 @@ const routes = [
{
{
path
:
"fruit7"
,
path
:
"fruit7"
,
name
:
"Fruit7"
,
name
:
"Fruit7"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/fruit/fruit7.vue"
),
import
(
"@/views/fruit/fruit7.vue"
),
meta
:
{
meta
:
{
title
:
"提货明细"
,
title
:
"提货明细"
,
},
},
...
@@ -1357,8 +1274,7 @@ const routes = [
...
@@ -1357,8 +1274,7 @@ const routes = [
{
{
path
:
"fruit8"
,
path
:
"fruit8"
,
name
:
"Fruit8"
,
name
:
"Fruit8"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/fruit/fruit8.vue"
),
import
(
"@/views/fruit/fruit8.vue"
),
meta
:
{
meta
:
{
title
:
"兑换成功"
,
title
:
"兑换成功"
,
},
},
...
@@ -1366,8 +1282,7 @@ const routes = [
...
@@ -1366,8 +1282,7 @@ const routes = [
{
{
path
:
"fruitDetail"
,
path
:
"fruitDetail"
,
name
:
"FruitDetail"
,
name
:
"FruitDetail"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/fruit/fruitDetail.vue"
),
import
(
"@/views/fruit/fruitDetail.vue"
),
meta
:
{
meta
:
{
title
:
"领取记录"
,
title
:
"领取记录"
,
},
},
...
@@ -1375,8 +1290,7 @@ const routes = [
...
@@ -1375,8 +1290,7 @@ const routes = [
{
{
path
:
"fruitCheck"
,
path
:
"fruitCheck"
,
name
:
"FruitCheck"
,
name
:
"FruitCheck"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/fruit/fruitCheck.vue"
),
import
(
"@/views/fruit/fruitCheck.vue"
),
meta
:
{
meta
:
{
title
:
"核验统计"
,
title
:
"核验统计"
,
},
},
...
@@ -1387,8 +1301,7 @@ const routes = [
...
@@ -1387,8 +1301,7 @@ const routes = [
{
{
path
:
"/zhenxiangfu"
,
path
:
"/zhenxiangfu"
,
name
:
"zhenxiangfu"
,
name
:
"zhenxiangfu"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/zhenxiangfu/index"
),
import
(
"@/views/zhenxiangfu/index"
),
meta
:
{
meta
:
{
title
:
"镇享付"
,
title
:
"镇享付"
,
},
},
...
@@ -1397,28 +1310,16 @@ const routes = [
...
@@ -1397,28 +1310,16 @@ const routes = [
{
{
path
:
"/consult"
,
path
:
"/consult"
,
name
:
"consult"
,
name
:
"consult"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/consult/index"
),
import
(
"@/views/consult/index"
),
meta
:
{
meta
:
{
title
:
"镇江资讯"
,
title
:
"镇江资讯"
,
},
},
},
},
// 镇江政策措施
{
path
:
"/measure"
,
name
:
"Measure"
,
component
:
()
=>
import
(
"@/views/measure/index"
),
meta
:
{
title
:
"镇江政策措施"
,
},
},
// 身份码
// 身份码
{
{
path
:
"/identity"
,
path
:
"/identity"
,
name
:
"identity"
,
name
:
"identity"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/identity/index"
),
import
(
"@/views/identity/index"
),
meta
:
{
meta
:
{
title
:
"身份码"
,
title
:
"身份码"
,
},
},
...
@@ -1427,8 +1328,7 @@ const routes = [
...
@@ -1427,8 +1328,7 @@ const routes = [
{
{
path
:
"/grid"
,
path
:
"/grid"
,
name
:
"grid"
,
name
:
"grid"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/grid/index"
),
import
(
"@/views/grid/index"
),
meta
:
{
meta
:
{
title
:
"最美网格员"
,
title
:
"最美网格员"
,
},
},
...
@@ -1437,8 +1337,7 @@ const routes = [
...
@@ -1437,8 +1337,7 @@ const routes = [
{
{
path
:
"/version"
,
path
:
"/version"
,
name
:
"version"
,
name
:
"version"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/version/index.vue"
),
import
(
"@/views/version/index.vue"
),
meta
:
{
meta
:
{
title
:
"镇合意"
,
title
:
"镇合意"
,
},
},
...
@@ -1447,8 +1346,7 @@ const routes = [
...
@@ -1447,8 +1346,7 @@ const routes = [
{
{
path
:
"/applets"
,
path
:
"/applets"
,
name
:
"applets"
,
name
:
"applets"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/applets/index"
),
import
(
"@/views/applets/index"
),
meta
:
{
meta
:
{
title
:
"镇合意"
,
title
:
"镇合意"
,
},
},
...
@@ -1457,8 +1355,7 @@ const routes = [
...
@@ -1457,8 +1355,7 @@ const routes = [
{
{
path
:
"/mutualaid"
,
path
:
"/mutualaid"
,
name
:
"mutualaid"
,
name
:
"mutualaid"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/mutualaid/index"
),
import
(
"@/views/mutualaid/index"
),
meta
:
{
meta
:
{
title
:
"互助倡议书"
,
title
:
"互助倡议书"
,
},
},
...
@@ -1467,8 +1364,7 @@ const routes = [
...
@@ -1467,8 +1364,7 @@ const routes = [
{
{
path
:
"/temp"
,
path
:
"/temp"
,
name
:
"temp"
,
name
:
"temp"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/tempHtml/temp"
),
import
(
"@/views/tempHtml/temp"
),
meta
:
{
meta
:
{
title
:
"镇合意"
,
title
:
"镇合意"
,
},
},
...
@@ -1476,12 +1372,11 @@ const routes = [
...
@@ -1476,12 +1372,11 @@ const routes = [
{
{
path
:
"/answer"
,
path
:
"/answer"
,
name
:
"answer"
,
name
:
"answer"
,
component
:
()
=>
component
:
()
=>
import
(
"@/views/answer/index"
),
import
(
"@/views/answer/index"
),
meta
:
{
meta
:
{
title
:
"答题"
,
title
:
"答题"
,
},
},
},
}
];
];
const
router
=
new
VueRouter
({
const
router
=
new
VueRouter
({
...
...
src/utils/axios.js
View file @
b94243f0
...
@@ -39,7 +39,7 @@ const request2 = axios.create({
...
@@ -39,7 +39,7 @@ const request2 = axios.create({
timeout
:
30000
,
timeout
:
30000
,
withCredentials
:
false
,
withCredentials
:
false
,
});
});
// sessionStorage.setItem('token',"cAu7hNfHsBhC0slp3t2fpTFhYb1P9I5X339Hq7Y7BRSqIn18qGEVJSGZ7xy5Woex")
request2
.
interceptors
.
request
.
use
(
request2
.
interceptors
.
request
.
use
(
(
config
)
=>
{
(
config
)
=>
{
config
.
headers
=
{
config
.
headers
=
{
...
...
src/utils/request.js
View file @
b94243f0
...
@@ -103,6 +103,7 @@ request1.interceptors.request.use(
...
@@ -103,6 +103,7 @@ request1.interceptors.request.use(
(
config
)
=>
{
(
config
)
=>
{
config
.
headers
=
config
.
headers
||
{
config
.
headers
=
config
.
headers
||
{
"Content-Type"
:
"application/json"
,
"Content-Type"
:
"application/json"
,
token
:
'Bearer '
+
'00JcqsZfWIT3nfMR9fL2pfgsbraInluMinxgSWxmnm916AG92mTkUzs5ML6dQIl4'
};
};
// if (config.method === 'post') {
// if (config.method === 'post') {
// config.data = { ...config.data }
// config.data = { ...config.data }
...
...
src/utils/utils.js
View file @
b94243f0
...
@@ -19,7 +19,7 @@ export function getDays(leng) {
...
@@ -19,7 +19,7 @@ export function getDays(leng) {
date
=
date
>
9
?
date
:
`0
${
date
}
`
;
date
=
date
>
9
?
date
:
`0
${
date
}
`
;
timeStr
=
year
+
"-"
+
month
+
"-"
+
date
;
timeStr
=
year
+
"-"
+
month
+
"-"
+
date
;
timeArr
.
push
(
timeStr
);
timeArr
.
push
(
timeStr
);
}
}
CryptoJS
return
timeArr
;
return
timeArr
;
}
}
...
...
src/views/talents/index.vue
View file @
b94243f0
...
@@ -249,7 +249,9 @@ export default {
...
@@ -249,7 +249,9 @@ export default {
get
({
get
({
appId
:
1234
,
appId
:
1234
,
// userId: encryptByDES(this.userInfo.userId.toString(), "MnuYbhGv"),
// 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
)
=>
{
}).
then
((
res
)
=>
{
console
.
log
(
"res------"
,
res
);
console
.
log
(
"res------"
,
res
);
// alert(JSON.stringify(res))
// alert(JSON.stringify(res))
...
@@ -495,8 +497,7 @@ export default {
...
@@ -495,8 +497,7 @@ export default {
}
}
sessionStorage
.
setItem
(
"ZJCD-UserInfo"
,
res
);
sessionStorage
.
setItem
(
"ZJCD-UserInfo"
,
res
);
this
.
userInfo
=
userInfo
;
this
.
userInfo
=
userInfo
;
sessionStorage
.
setItem
(
'token'
,
this
.
userInfo
.
token
),
sessionStorage
.
setItem
(
"token"
,
this
.
userInfo
.
token
),
this
.
init
();
this
.
init
();
},
},
callPhone
(
branchPhone
)
{
callPhone
(
branchPhone
)
{
if
(
window
.
android
!==
undefined
)
{
if
(
window
.
android
!==
undefined
)
{
...
...
src/views/talents/reportfilter.vue
View file @
b94243f0
...
@@ -89,6 +89,7 @@ export default {
...
@@ -89,6 +89,7 @@ export default {
this
.
list
=
[];
this
.
list
=
[];
},
},
filterData
(
item
)
{
filterData
(
item
)
{
this
.
genera
=
item
.
name
;
this
.
genera
=
item
.
name
;
let
area
=
this
.
$store
.
state
.
talents
.
area
;
let
area
=
this
.
$store
.
state
.
talents
.
area
;
if
(
item
.
status
==
"0"
)
{
if
(
item
.
status
==
"0"
)
{
...
...
src/views/talents/reportform.vue
View file @
b94243f0
...
@@ -526,7 +526,7 @@ export default {
...
@@ -526,7 +526,7 @@ export default {
this
.
$toast
(
"文件大小不能超过 10MB"
);
this
.
$toast
(
"文件大小不能超过 10MB"
);
},
},
init
()
{
init
()
{
console
.
log
(
this
.
userInfo
);
console
.
log
(
this
.
userInfo
,
"user------"
);
this
.
$toast
.
loading
({
this
.
$toast
.
loading
({
duration
:
0
,
// 持续展示 toast
duration
:
0
,
// 持续展示 toast
forbidClick
:
true
,
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