Ver código fonte

图像识别

zhujindu 9 meses atrás
pai
commit
5516a913b3
1 arquivos alterados com 3 adições e 1 exclusões
  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',
+      });
     },
   },
 };