diff --git a/src/Common/Request.ts b/src/Common/Request.ts index fe21b791f..027e9ee1b 100644 --- a/src/Common/Request.ts +++ b/src/Common/Request.ts @@ -2,7 +2,7 @@ import { TopPanelStore } from "../UI/Store/TopPanelStore"; import { AppToaster } from "../UI/Components/Toaster"; import { Intent } from "@blueprintjs/core"; -export const CURRENT_HOST = "http://www.ihome6.cf"; +export const CURRENT_HOST = "http://chenfeng.tech:7778"; export const SignUrl = { login: CURRENT_HOST + "/CAD-login", loginOut: CURRENT_HOST + "/CAD-loginOut",