智慧农业大数据平台
guoshilong
2022-08-31 c80ffdf5a0f2b82c35096edc7fe5fc17ceb0c51e
src/views/login/index.vue
@@ -112,6 +112,8 @@
                        if (res.data.access_token) {
                            this.$store.commit('setUser', res.data)
                            auth.setToken(res.data.access_token)
                            console.log('23232323', res.data)
                            window.localStorage.setItem('userName', res.data.nick_name)//赋值
                            this.$router.push({ path: '/' })
                        } else {
                            this.$message({