From 0b7920498e818d01634437e4cace54fccebf5e2c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Fri, 4 Jun 2021 09:14:03 +0800
Subject: [PATCH] commit
---
src/pages/home1/components/searchGroup/index.vue | 2 +-
src/pages/localTool/standardWarning.vue | 13 +++++++++++--
src/pages/login/index.vue | 4 ++--
.../standardForComments/pags/categoryDetails.vue | 8 ++++++--
.../pags/consultationDetails.vue | 1 +
src/sysConfig/index.js | 9 +++++----
6 files changed, 26 insertions(+), 11 deletions(-)
diff --git a/src/pages/home1/components/searchGroup/index.vue b/src/pages/home1/components/searchGroup/index.vue
index 70a7e179a..ee628b2be 100644
--- a/src/pages/home1/components/searchGroup/index.vue
+++ b/src/pages/home1/components/searchGroup/index.vue
@@ -104,7 +104,7 @@ export default {
height: 50px;
border: 0;
border-radius: 0px;
- background-color: #76b3f1;
+ background-color: #5ea9f6;
}
}
diff --git a/src/pages/localTool/standardWarning.vue b/src/pages/localTool/standardWarning.vue
index 9047af2f2..67f5f71d9 100644
--- a/src/pages/localTool/standardWarning.vue
+++ b/src/pages/localTool/standardWarning.vue
@@ -16,8 +16,17 @@
+ placeholder="根据适用车型查找">
+
+
+
+
+
diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue
index 53de8eff5..33f6fd33f 100644
--- a/src/pages/login/index.vue
+++ b/src/pages/login/index.vue
@@ -67,8 +67,8 @@ export default {
loginUser (userName, PWD) {
this.loading = true
// 用户名密码加密
- userName = this.$base64(userName)
- PWD = this.$base64(PWD)
+ // userName = this.$base64(userName)
+ // PWD = this.$base64(PWD)
this.$http.post('login',
{
username: userName,
diff --git a/src/pages/regulatoryRepository/standardForComments/pags/categoryDetails.vue b/src/pages/regulatoryRepository/standardForComments/pags/categoryDetails.vue
index de3ad4474..d6b3b2672 100644
--- a/src/pages/regulatoryRepository/standardForComments/pags/categoryDetails.vue
+++ b/src/pages/regulatoryRepository/standardForComments/pags/categoryDetails.vue
@@ -5,7 +5,7 @@
- {{ personShareEO.oldStandName }}
+ {{opinionList.standardName }}
@@ -230,7 +230,7 @@ export default {
line-height: 35px;
.transition-box-label{
display: inline-block;
- width: 80px;
+ width: 100px;
vertical-align: top;
}
.transition-box-span{
@@ -272,6 +272,10 @@ export default {
}
}
}
+ .effect {
+ margin-left: 10px;
+ margin-bottom: 10px;
+ }
.container {
//height: calc(~'100% - 52px - 55px - 50px');
flex: auto;
diff --git a/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue b/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue
index b3dd00854..95b38a788 100644
--- a/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue
+++ b/src/pages/regulatoryRepository/standardForComments/pags/consultationDetails.vue
@@ -299,6 +299,7 @@ export default {
}
.effect {
margin-left: 10px;
+ margin-bottom: 10px;
}
.container {
height: calc(~'100% - 52px - 55px - 50px');
diff --git a/src/sysConfig/index.js b/src/sysConfig/index.js
index aa1e74cb8..52e126b69 100644
--- a/src/sysConfig/index.js
+++ b/src/sysConfig/index.js
@@ -3,11 +3,12 @@
* @author: chenxiaoxi
* @date: 2018-09-04 17:47:46
*/
+// 后台地址
+const devIp = '192.168.10.186'
+const devInterfacePORT = '9999'
// 服务器地址
-// const devIp = '192.168.10.211'
-// const devInterfacePORT = '8888'
-const devIp = '39.98.140.126'
-const devInterfacePORT = '10005'
+// const devIp = '39.98.140.126'
+// const devInterfacePORT = '10005'
// 云端端口号
const DEV_CLOUD_RES_INTERFACE_PORT = '7777'
const simpleFilePath = 'att/attFile/upload'