Commit 796f29f7 authored by caicaicai's avatar caicaicai

修改

parent f91d3922
{
"map3d": {
"scene": {
"center": {"lat":36.6800,"lng":117.1205,"alt":2500,"heading":360,"pitch":-90},
"center": {"lat":37.4900,"lng":122.04849,"alt":1500,"heading":360,"pitch":-90},
"scene3DOnly": false,
"shadows": false,
"removeDblClick": true,
......
......@@ -33,7 +33,7 @@
<button class="loginBtn" @click="LoginInitiation">安全登录</button>
</div>
</div>
<keyboard v-on:updatekey="GetKeyVal" class="keyboardStyle" v-show="keyboardShow"></keyboard>
<!-- <keyboard v-on:updatekey="GetKeyVal" class="keyboardStyle" v-show="keyboardShow"></keyboard> -->
</div>
</template>
......@@ -138,13 +138,13 @@ export default {
},
//开启键盘
showkey(text){
this.keyboardShowType = text;
this.keyboardShow = true;
if(this.keyboardShowType == 'username'){
this.loginForm.username = '';
}else{
this.loginForm.password = '';
}
// this.keyboardShowType = text;
// this.keyboardShow = true;
// if(this.keyboardShowType == 'username'){
// this.loginForm.username = '';
// }else{
// this.loginForm.password = '';
// }
},
//关闭键盘
closekey(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment