fix
songhuangfeng123
2022-03-31 a49ae63a6f96d10b8ec9fa479a0c28c5df4537e7
src/views/login/index.vue
@@ -95,6 +95,7 @@
                        const res = response.data
                        if (res.code == 200) {
                            localStorage.setItem('loginForm',JSON.stringify(loginForm))
                            // this.$store.dispatch('user/getClassifyOne',1)
                            _this.loading = false
                            const data = res.result
                            if (data.type != 1 && data.type != 2) {