Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from jianjianai/dev
Browse files Browse the repository at this point in the history
修改登录不跳转的问题
  • Loading branch information
jianjianai authored Jun 13, 2024
2 parents 84b2bb8 + 54c35eb commit 6c8519c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default {
url.searchParams.set("return_url",requrl.replace(porxyOrigin,"https://copilot.microsoft.com"));
}
}
if(p=="/Identity/Dropdown"){
if(p=="/Identity/Dropdown" || p=="/Identity/Hamburger"){
let requrl = url.searchParams.get("ru");
if(requrl){
url.searchParams.set("ru",requrl.replace(porxyOrigin,"https://copilot.microsoft.com"));
Expand Down

0 comments on commit 6c8519c

Please sign in to comment.