08/27
This commit is contained in:
parent
262260c977
commit
3c841537db
@ -30,6 +30,10 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
mounted(){
|
mounted(){
|
||||||
|
var router = this.$route.query;
|
||||||
|
if(router.token){
|
||||||
|
localStorage.setItem("token", router.token);
|
||||||
|
}
|
||||||
let inputList = document.querySelectorAll('input');
|
let inputList = document.querySelectorAll('input');
|
||||||
for (let index = 0; index < inputList.length; index++) {
|
for (let index = 0; index < inputList.length; index++) {
|
||||||
inputList[index].onfocus = this.selectValue();//input放入焦点,全选文本
|
inputList[index].onfocus = this.selectValue();//input放入焦点,全选文本
|
||||||
|
Loading…
x
Reference in New Issue
Block a user