@@ -539,7 +539,7 @@ export default {
this.$message.success('配置完成,请等待刷新')
setTimeout(() => {
- window.location.reload()
+ this.$router.push('/')
}, 2000)
},
handleBack () {