dct 7 달 전
부모
커밋
fa4abde942
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/config/index.vue

+ 1 - 1
src/pages/config/index.vue

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