@@ -116,7 +116,7 @@ export default {
})
.then(() => {
this.$store.dispatch('LogOut').then(() => {
- location.href = '/ruoyi-vue-web/index';
+ location.href = '/index';
});
.catch(() => {});