修改服务地址

pull/232/MERGE
ChenX 6 years ago
parent 59416e1ae2
commit 22bc703cb9

@ -2,20 +2,20 @@ import { TopPanelStore } from "../UI/Store/TopPanelStore";
import { AppToaster } from "../UI/Components/Toaster"; import { AppToaster } from "../UI/Components/Toaster";
export const SignUrl = { export const SignUrl = {
login: "http://www.ihome6.cf/CAD-login", login: "http://www.ihome6.com/CAD-login",
loginOut: "http://www.ihome6.cf/CAD-loginOut", loginOut: "http://www.ihome6.com/CAD-loginOut",
heart: "http://www.ihome6.cf/CAD-heart", heart: "http://www.ihome6.com/CAD-heart",
} }
export const ImgsUrl = { export const ImgsUrl = {
get: "http://www.ihome6.cf/CAD-imageList", get: "http://www.ihome6.com/CAD-imageList",
upload: "http://www.ihome6.cf/CAD-imageUpload", upload: "http://www.ihome6.com/CAD-imageUpload",
delete: "http://www.ihome6.cf/CAD-imageDelete", delete: "http://www.ihome6.com/CAD-imageDelete",
} }
export const DirUrl = { export const DirUrl = {
query: "http://www.ihome6.cf/CAD-dirQuery", query: "http://www.ihome6.com/CAD-dirQuery",
create: "http://www.ihome6.cf/CAD-dirCreate", create: "http://www.ihome6.com/CAD-dirCreate",
delete: "http://www.ihome6.cf/CAD-dirDelete", delete: "http://www.ihome6.com/CAD-dirDelete",
update: "http://www.ihome6.cf/CAD-dirUpdate", update: "http://www.ihome6.com/CAD-dirUpdate",
} }
export enum RequestStatus export enum RequestStatus

@ -2,7 +2,7 @@ import { IndexedDbStore, StoreName } from "../../IndexedDb/IndexedDbStore";
import { FontExt } from "./FontExt"; import { FontExt } from "./FontExt";
//字体服务提供地址 //字体服务提供地址
const fontServerUrl = "https://pi.xcad.me:3002/?"; const fontServerUrl = "https://ct.qcad.cc:3002/?";
interface FontData interface FontData
{ {

Loading…
Cancel
Save