瀏覽代碼

* 新开窗口跳转

chen.cheng 4 周之前
父節點
當前提交
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) {