fix: 修复 monorepo 后续问题与预配认证链接 - #84
Merged
Merged
Conversation
统一本地服务端口为 3000,补齐跨域请求头,并让 CI lint 不再因历史债失败。
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Sunwuyuan
marked this pull request as ready for review
September 12, 2026 13:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/?namespace=...&authCode=...&autoExecute=true预配链接不被自动处理的问题:异步初始化组件会错过首次预配 watch,导致认证弹窗不自动打开、也不会自动登录。Test plan
pnpm run dev后,server 在 3000 端口可访问,跨域请求头正常/?namespace=<ns>&authCode=<code>&autoExecute=true,应自动弹出设备认证并尝试登录