kyy
2025-07-19 ed28eb2300839d7f080e99037fc1e736f17f19fc
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) {