shj
2022-03-31 d5e1d77a47f7684d9681357c0ffec37f01aeb52e
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) {