From 7112f85c8656ea4aa0b2269d007322cfd1f47c88 Mon Sep 17 00:00:00 2001 From: ChenX Date: Sun, 27 Jan 2019 11:28:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=8D=E5=8A=A1=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Common/Request.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",