| | |
| | | .then((response) => { |
| | | if (response.code != 200) { |
| | | this.loading = false; |
| | | Message({ |
| | | this.$message({ |
| | | message: response.msg, |
| | | type: "error", |
| | | duration: 5 * 1000, |
| | | }); |
| | | // Message({ |
| | | // message: response.msg, |
| | | // type: "error", |
| | | // duration: 5 * 1000, |
| | | // }); |
| | | return; |
| | | } |
| | | |
| | |
| | | sessionStorage.setItem("routerName", "/Thematic"); |
| | | sessionStorage.setItem("changeSelectStyle", 1); |
| | | this.$router.push("/"); |
| | | } else { |
| | | this.$message({ |
| | | message: "请您联系管理员分配角色菜单", |
| | | type: "error", |
| | | }); |
| | | } |
| | | this.loading = false; |
| | | } else { |
| | |
| | | } |
| | | .title_img { |
| | | position: absolute; |
| | | left: 17%; |
| | | left: 20%; |
| | | top: 8%; |
| | | width: 20%; |
| | | /* transform: translateX(-50%); */ |