From 22bc703cb912a0c3061d878b71b64421a880b826 Mon Sep 17 00:00:00 2001 From: ChenX Date: Mon, 7 Jan 2019 17:41:06 +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 | 20 ++++++++++---------- src/DatabaseServices/Text/FontLoader.ts | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/Common/Request.ts b/src/Common/Request.ts index c53230a96..a35e5ba77 100644 --- a/src/Common/Request.ts +++ b/src/Common/Request.ts @@ -2,20 +2,20 @@ import { TopPanelStore } from "../UI/Store/TopPanelStore"; import { AppToaster } from "../UI/Components/Toaster"; export const SignUrl = { - login: "http://www.ihome6.cf/CAD-login", - loginOut: "http://www.ihome6.cf/CAD-loginOut", - heart: "http://www.ihome6.cf/CAD-heart", + login: "http://www.ihome6.com/CAD-login", + loginOut: "http://www.ihome6.com/CAD-loginOut", + heart: "http://www.ihome6.com/CAD-heart", } export const ImgsUrl = { - get: "http://www.ihome6.cf/CAD-imageList", - upload: "http://www.ihome6.cf/CAD-imageUpload", - delete: "http://www.ihome6.cf/CAD-imageDelete", + get: "http://www.ihome6.com/CAD-imageList", + upload: "http://www.ihome6.com/CAD-imageUpload", + delete: "http://www.ihome6.com/CAD-imageDelete", } export const DirUrl = { - query: "http://www.ihome6.cf/CAD-dirQuery", - create: "http://www.ihome6.cf/CAD-dirCreate", - delete: "http://www.ihome6.cf/CAD-dirDelete", - update: "http://www.ihome6.cf/CAD-dirUpdate", + query: "http://www.ihome6.com/CAD-dirQuery", + create: "http://www.ihome6.com/CAD-dirCreate", + delete: "http://www.ihome6.com/CAD-dirDelete", + update: "http://www.ihome6.com/CAD-dirUpdate", } export enum RequestStatus diff --git a/src/DatabaseServices/Text/FontLoader.ts b/src/DatabaseServices/Text/FontLoader.ts index d784710b9..9dd5722d0 100644 --- a/src/DatabaseServices/Text/FontLoader.ts +++ b/src/DatabaseServices/Text/FontLoader.ts @@ -2,7 +2,7 @@ import { IndexedDbStore, StoreName } from "../../IndexedDb/IndexedDbStore"; import { FontExt } from "./FontExt"; //字体服务提供地址 -const fontServerUrl = "https://pi.xcad.me:3002/?"; +const fontServerUrl = "https://ct.qcad.cc:3002/?"; interface FontData {