点击外部打开菜单冲掉了当前页面,应该打开新页面

pull/340/head
zhangdaiscott 2022-11-16 15:28:36 +08:00
parent f0fd265554
commit 2f94ba9ddb
1 changed files with 2 additions and 2 deletions

View File

@ -122,8 +122,8 @@
if (isUrl(key)) {
// update-begin--author:sunjianlei---date:20220408---for: VUEN-656#
let url = key.replace(URL_HASH_TAB, '#');
openWindow(url);
// openWindow(key);
window.open(url)
//openWindow(url);
// update-begin--author:sunjianlei---date:20220408---for: VUEN-656#
return;
}