zhuhao преди 2 години
родител
ревизия
23dd6e89bf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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',
       })
     },