H5/Js/UserLogin.js
@@ -14,10 +14,10 @@ if (typeof (Cookies.get('phone')) == "undefined") { } else { that.phone = Cookies.get('phone'); that.passwd = Cookies.get('passwd'); //that.passwd = Cookies.get('passwd'); } that.phone = "admin"; that.passwd = "123456"; //that.phone = "admin"; //that.passwd = "123456"; }, methods: { onSubmit(name) {