Skip to content

Commit

Permalink
fix: 优化设备判断-Chrome跳转链接修复
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jan 11, 2023
1 parent ddfb467 commit 305f046
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/otherlib/ChromeUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ export const getPageUrl = (pageUrl, split, isShare) => {
url = pathJoin(baseUrl, url)
} else {
url = setUrlParameter(url, "from", "chrome")
const baseUrl = getSiyuanCfg().baseUrl
url = pathJoin(baseUrl, url)
}

logger.warn("将要打开页面=>", url)
Expand Down

0 comments on commit 305f046

Please sign in to comment.