南骏 池
2025-07-17 6e9db31ca1b5f5a3bbea410eb4ddad61a16f2fed
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) {