Browse Source

bug修复

zhuhao 2 năm trước cách đây
mục cha
commit
23dd6e89bf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      RMS-FrontEnd/src/views/components/articles/index.vue

+ 1 - 1
RMS-FrontEnd/src/views/components/articles/index.vue

@@ -379,7 +379,7 @@ export default {
   methods: {
     // 返回
     goBack() {
-      this.$router.push({
+      this.$router.replace({
         path: '/admin/task/MyHandle',
       })
     },