|
@@ -22,7 +22,7 @@
|
|
|
|
|
|
<div class="single-input input_login">
|
|
|
<el-button class="single_login" @click="loginIn">登录</el-button>
|
|
|
- <el-button class="single_login" @click="loginIn('2')">游客登录</el-button>
|
|
|
+ <el-button class="single_login" @click="loginIn('2')">游客</el-button>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
@@ -236,14 +236,6 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this.setOperationTime();
|
|
|
- addLoginLog().then(response => {
|
|
|
- var date = response.msg;
|
|
|
- if (date[0]["success"] == "true") {
|
|
|
- return;
|
|
|
- } else {
|
|
|
- return;
|
|
|
- }
|
|
|
- });
|
|
|
|
|
|
})
|
|
|
},
|
|
@@ -367,6 +359,7 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
padding: 10px;
|
|
|
+ flex-wrap: wrap;
|
|
|
.input_type{
|
|
|
width: 68%;
|
|
|
}
|
|
@@ -376,6 +369,7 @@ export default {
|
|
|
}
|
|
|
.single_login{
|
|
|
width: 100%;
|
|
|
+ margin: 10px;
|
|
|
background-color: #1a7bb9;
|
|
|
border-color: #1a7bb9;
|
|
|
color: #FFFFFF;
|