diff --git a/src/views/reportingPlatform/App.vue b/src/views/reportingPlatform/App.vue
index 5649302..076eee7 100644
--- a/src/views/reportingPlatform/App.vue
+++ b/src/views/reportingPlatform/App.vue
@@ -7,7 +7,7 @@
export default {
name: 'App',
mounted(){
- document.title = "长春市高校疫情防控投诉举报平台";
+ document.title = "长春市属高校疫情防控投诉举报平台";
}
}
diff --git a/src/views/reportingPlatform/assets/images/banner01.png b/src/views/reportingPlatform/assets/images/banner01.png
new file mode 100644
index 0000000..cbe22fb
Binary files /dev/null and b/src/views/reportingPlatform/assets/images/banner01.png differ
diff --git a/src/views/reportingPlatform/assets/images/login_bg.png b/src/views/reportingPlatform/assets/images/login_bg.png
index 8a31ad9..908c9ef 100644
Binary files a/src/views/reportingPlatform/assets/images/login_bg.png and b/src/views/reportingPlatform/assets/images/login_bg.png differ
diff --git a/src/views/reportingPlatform/pages/login/login.vue b/src/views/reportingPlatform/pages/login/login.vue
index a7027ed..070e45f 100644
--- a/src/views/reportingPlatform/pages/login/login.vue
+++ b/src/views/reportingPlatform/pages/login/login.vue
@@ -93,24 +93,22 @@
}], (result) => {
if (result[0].status === 200) {
let data = result[0].data;
+ if(data.code === 5000){
+ this.isLogining = false;
+ }
if (data.code === 2000) {
//cookie存储
CookieTool.set("person_id", data.data.person_id);
CookieTool.set("identity_id", data.data.identity_id);
CookieTool.set("token", data.data.access_token);
-
- //构建BaseConfig基本信息
- //this.buildBaseInfo();
-
this.$router.push({
path:'/toReportList',
name:'ReportList'
}).catch(err => err)
- //this.isLogining = false;
- } else {
+ }else{
this.isLogining = false;
}
- } else {
+ }else {
this.isLogining = false;
}
})
diff --git a/src/views/reportingPlatform/pages/report/reportInfo.vue b/src/views/reportingPlatform/pages/report/reportInfo.vue
index c666880..e8193bf 100644
--- a/src/views/reportingPlatform/pages/report/reportInfo.vue
+++ b/src/views/reportingPlatform/pages/report/reportInfo.vue
@@ -2,12 +2,12 @@
- 长春市高校疫情防控投诉举报平台
+ 长春市属高校疫情防控投诉举报平台
进入后台
-

+
@@ -18,14 +18,14 @@
- 获取验证码
{{count}}s后重新获取
-
+
@@ -95,7 +95,7 @@
smsFlag: true,//获取验证码标识
count:"",
timer:null,
- codeCheck:false,
+ //codeCheck:false,
loading:false
}
},
@@ -206,11 +206,11 @@
this.rules.verificationCode.help = "请输入验证码!";
return false;
} else {
- if(this.verificationCode.trim().length === 6){
- this.codeCheck = true;
- }else {
- this.codeCheck = false;
- }
+// if(this.verificationCode.trim().length === 6){
+// this.codeCheck = true;
+// }else {
+// this.codeCheck = false;
+// }
this.rules.verificationCode.status = "success";
this.rules.verificationCode.help = "";
return true;
@@ -338,7 +338,7 @@
}
.banner-box {
width: 100%;
- height: 400px;
+ /*height: 400px;*/
min-width: 1200px;
display: flex;
align-items: flex-end;
diff --git a/src/views/reportingPlatform/pages/report/reportList.vue b/src/views/reportingPlatform/pages/report/reportList.vue
index 94595df..6923b7f 100644
--- a/src/views/reportingPlatform/pages/report/reportList.vue
+++ b/src/views/reportingPlatform/pages/report/reportList.vue
@@ -3,7 +3,7 @@
-
长春市高校疫情防控投诉举报平台
+ 长春市属高校疫情防控投诉举报平台
后台管理
返回
@@ -46,7 +46,7 @@
-
首页
+
首页
上一页
@@ -213,6 +213,14 @@
}
},
onSearch: function () {
+ if(this.startDate > this.endDate){
+ Modal.warning({
+ title: "提示",
+ content: "开始日期不能大于截至日期",
+ centered: true
+ });
+ return;
+ }
this.getAccusationInfoList();
},
getAccusationInfoList: function () {
@@ -294,10 +302,6 @@
closeModalInfo: function () {
this.infoId = "";
this.infoShow = false;
- },
- //分页
- onChange: function () {
-
},
toFirstPage: function () {
this.pageNumber = 1;
diff --git a/src/views/screenAdaptation/pages/adminCenter/SystemList.vue b/src/views/screenAdaptation/pages/adminCenter/SystemList.vue
index e5cb33a..128c624 100644
--- a/src/views/screenAdaptation/pages/adminCenter/SystemList.vue
+++ b/src/views/screenAdaptation/pages/adminCenter/SystemList.vue
@@ -36,7 +36,8 @@
mounted() {
this.calculateData()
//角色八大中心菜单逻辑关系
- this.calulateCenterData()
+ this.systemCenterList = _.cloneDeep(systemCenterConfig)
+ //this.calulateCenterData()
},
methods: {
accessSubsystem: function (system) {
diff --git a/src/views/screenAdaptation/pages/adminCenter/servicePlatform/servicePlatform.vue b/src/views/screenAdaptation/pages/adminCenter/servicePlatform/servicePlatform.vue
index f28127d..7be4c49 100644
--- a/src/views/screenAdaptation/pages/adminCenter/servicePlatform/servicePlatform.vue
+++ b/src/views/screenAdaptation/pages/adminCenter/servicePlatform/servicePlatform.vue
@@ -152,12 +152,12 @@
background-color: white;
display: flex;
- .ant-layout {
-
- .ant-layout-header {
- color: #31a8fa;
- }
+ .ant-layout {
+ width: 100% !important;
+ .ant-layout-header {
+ color: #31a8fa;
+ }
- }
+ }
}
\ No newline at end of file