소스 검색

no message

linwenxin 5 달 전
부모
커밋
b446348275
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/setting/account/index.vue

+ 1 - 1
src/views/setting/account/index.vue

@@ -692,7 +692,7 @@ export default {
         .then(() => {
           setTimeout(() => {
             loading.close()
-            window.location.href = process.env.VUE_APP_PATH_ALIAS
+            window.location.href = '/'
           }, 1000)
         })
         .catch(() => {})