ソースを参照

刷新当前页面

root 3 年 前
コミット
b62fc42550
1 ファイル変更1 行追加1 行削除
  1. 1 1
      frontendEle/src/views/user/upgrade.vue

+ 1 - 1
frontendEle/src/views/user/upgrade.vue

@@ -381,7 +381,7 @@
                         type: 'success'
                     })
                     this.submitButtonStat = false
-                    this.$router.go(-1)
+                    this.$router.go(0)
                 }).catch(() => {
                     this.submitButtonStat = false
                 })