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 {