shuishen
2024-01-23 c04172de509fbfe8a6ec87efcb2332933ccee898
src/page/login/userlogin.vue
@@ -224,13 +224,8 @@
                            }
                        }
                        if (JSON.stringify(res) == '{}') {
                            this.$router.push({ path: this.tagWel.value })
                        } else {
                            this.$router.$avueRouter.formatRoutes(res.menuData, true)
                            this.$router.push({ path: res.fistMenu.path })
                        }
                        this.$router.$avueRouter.formatRoutes(res.menuData, true)
                        this.$router.push({ path: res.fistMenu.path })
                        loading.close()
                    }).catch(() => {