commit
This commit is contained in:
@@ -104,7 +104,7 @@ export default {
|
||||
height: 50px;
|
||||
border: 0;
|
||||
border-radius: 0px;
|
||||
background-color: #76b3f1;
|
||||
background-color: #5ea9f6;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -16,8 +16,17 @@
|
||||
<el-form-item label="适用车型">
|
||||
<el-input clearable size="small"
|
||||
v-model="dynamic.keyword"
|
||||
placeholder="根据适用车型查找"
|
||||
@keyup.enter="searchBtnClick"></el-input>
|
||||
placeholder="根据适用车型查找">
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button
|
||||
icon="el-icon-search"
|
||||
type="primary"
|
||||
size="small"
|
||||
@click="searchBtnClick"
|
||||
class="common-button-primary">
|
||||
</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</div>
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<div class="back" title="返回" @click="back">
|
||||
<i class="el-icon-back"></i>
|
||||
</div>
|
||||
<div class="title">{{ personShareEO.oldStandName }}<i class="el-icon-s-order" @click="heightShow = !heightShow"></i></div>
|
||||
<div class="title">{{opinionList.standardName }}<i class="el-icon-s-order" @click="heightShow = !heightShow"></i></div>
|
||||
</div>
|
||||
<transition name="el-zoom-in-top">
|
||||
<div v-show="heightShow" class="transition-box">
|
||||
@@ -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;
|
||||
|
||||
@@ -299,6 +299,7 @@ export default {
|
||||
}
|
||||
.effect {
|
||||
margin-left: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.container {
|
||||
height: calc(~'100% - 52px - 55px - 50px');
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user