@@ -155,7 +155,7 @@ export default {
type: 'warning'
}).then(() => {
this.$store.dispatch('LogOut').then(() => {
- location.href = '/index'
+ location.href = '/client/index'
})
}).catch(() => {})
}