|
@@ -72,7 +72,7 @@ export default {
|
|
|
loading.close();
|
|
|
this.msgSuccess("修改成功");
|
|
|
this.$store.dispatch('LogOut').then(() => {
|
|
|
- location.href = '/index';
|
|
|
+ location.href = '/home';
|
|
|
})
|
|
|
}
|
|
|
).catch((response)=>{
|
|
@@ -85,7 +85,7 @@ export default {
|
|
|
close() {
|
|
|
Global.$emit("removeCache", "closeSelectedTag", this.$route);
|
|
|
this.$store.dispatch("tagsView/delView", this.$route);
|
|
|
- this.$router.push({ path: "/index" });
|
|
|
+ this.$router.push({ path: "/home" });
|
|
|
}
|
|
|
}
|
|
|
};
|