Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 跳转到 luna 组织不对 #3747

Merged
merged 1 commit into from
Feb 27, 2024
Merged

fix: 跳转到 luna 组织不对 #3747

merged 1 commit into from
Feb 27, 2024

Conversation

fit2bot
Copy link
Contributor

@fit2bot fit2bot commented Feb 26, 2024

fix: 跳转到 luna 组织不对

@fit2bot fit2bot requested a review from a team February 26, 2024 08:25
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
D Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

idea Catch issues before they fail your Quality Gate with our IDE extension SonarLint SonarLint

window.open(`/luna/?login_to=${row.id}`, '_blank')
const oid = this.$store.getters.currentOrg ? this.$store.getters.currentOrg.id : ''
const url = `/luna/?login_to=${row.id}${oid ? `&oid=${oid}` : ''}`
window.open(url, '_blank')
}
},
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lina 和 luna 之间 org 我记得有公用的 cookie 吧。

@feng626 feng626 merged commit da570e2 into dev Feb 27, 2024
5 of 6 checks passed
@feng626 feng626 deleted the pr@dev@luna branch February 27, 2024 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants