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')