Skip to content

Commit 78ca730

Browse files
committed
feat: asset center oss api test
1 parent 539247b commit 78ca730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/commands/src/commands/auth/login-console.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const MAX_AUTH_CALLBACK_BODY = 65536;
2727
const REGEX_DOUBLE_NEWLINE = new RegExp("\r\n\r\n|\n\n");
2828

2929
const CONSOLE_ORIGINS: Record<string, string> = {
30-
domestic: "https://pre-bailian.console.aliyun.com",
30+
domestic: "https://bailian.console.aliyun.com",
3131
international: "https://modelstudio.console.alibabacloud.com",
3232
};
3333

0 commit comments

Comments
 (0)