Browse Source

图像识别

zhujindu 9 tháng trước cách đây
mục cha
commit
5516a913b3
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/AIImage/list.vue

+ 3 - 1
src/views/AIImage/list.vue

@@ -108,7 +108,9 @@ export default {
       });
     },
     onClickLeft() {
-      this.$router.go(-1);
+      this.$router.replace({
+        path: '/My',
+      });
     },
   },
 };