kyy
2025-07-20 9965ec4cd3fa70af453708fbd770ceaa9363d03f
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) {