项目中使用 window.open() 进行跳转问题
Open
- Dominant language
- Vue
- Stars
- 16.4k
- Forks
- 4.7k
- PR merge metrics
- No merged PRs in 30d
Description
```js
window.open()
```
直接在 js 中被调用,会被浏览器拦截住,在后台中并没有看到对 `window.open()` 进行任何处理,为何不会被拦截?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the project's calls to window.open() and compare them with the browser's user-initiated popup rules. The issue names no file or test, so first reproduce the behavior in the relevant frontend flow and document whether the current handling prevents the browser from blocking it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100