南骏 池
2025-03-28 fa34bd0df870d3892580644ab5c7381a06f34a11
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() {