南骏 池
2025-06-02 2f1f5f0c98b8495127ec7b6823906d525bf19e4b
H5/Js/My.js
@@ -5,7 +5,12 @@
        return {
            isLoading: false,
            active: 0,
            cardType: "d",
            cardType: "",
            userInfo: {
                "loginGuid": '',
                "loginAccount": '',
                "loginName": '',
            },
            tabs: [
                {
                    name: '待办列表',
@@ -44,6 +49,11 @@
    },
    mounted() {
        var that = this;
        this.userInfo = {
            loginGuid: this.GetLoginInfor().loginGuid,
            loginAccount: this.GetLoginInfor().loginAccount,
            loginName: Cookies.get('loginName'),
        };
    },
    methods: {
        goOut() {