소스 검색

* 新开窗口跳转

chen.cheng 1 개월 전
부모
커밋
1d7121f73d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ems-ui-cloud/src/layout/components/Sidebar/Link.vue

+ 1 - 1
ems-ui-cloud/src/layout/components/Sidebar/Link.vue

@@ -16,7 +16,7 @@ export default {
   },
   computed: {
     isExternal() {
-      return isExternal(this.to)||this.to.includes('largeScreen')
+      return isExternal(this.to)||this.to.includes('largeScreen')|| this.to.includes('PvRoad')
     },
     type() {
       if (this.isExternal) {