qinzhipeng_v@didiglobal.com 4 년 전
부모
커밋
a97e47cee0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/home/index.vue

+ 1 - 1
src/views/home/index.vue

@@ -404,7 +404,7 @@ export default {
           this.$router.push({ name: '测试用例' })
           break
         case 'auto':
-          window.open(automation, '_block')
+          window.open(automation, '_self')
           break
         case 'playback':
           window.open(playBackUrl, '_self')