mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
Merge pull request #13395 from dataease/pr@dev-v2_st
feat(系统设置): 系统设置的基础设置中添加页面打开方式选项
This commit is contained in:
@@ -317,7 +317,7 @@ const onWrapperClick = e => {
|
||||
try {
|
||||
let newWindow
|
||||
if ('newPop' === jumpType) {
|
||||
const openType = wsCache.get('open-backend') === '0' ? '_self' : '_blank'
|
||||
const openType = wsCache.get('open-backend') === '1' ? '_self' : '_blank'
|
||||
window.open(
|
||||
url,
|
||||
openType,
|
||||
|
||||
Reference in New Issue
Block a user