Преглед изворни кода

Merge branch 'feature_20241120_图像识别' into uat(dev)

zhujindu пре 9 месеци
родитељ
комит
243be75feb
1 измењених фајлова са 3 додато и 1 уклоњено
  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',
+      });
     },
   },
 };