Commit 7dd34eb0 authored by zhengke's avatar zhengke

云盘接口调整

parent 19a73ceb
......@@ -15,11 +15,11 @@ class CloudDiskService{
static async GetPPTCloudList(GName:String):Promise<HttpResponse>{
let msg = {GName}
return Api.Post("ppt_GetPPTCloudList",msg)
return Api.Post("ppt_GetMyCloudList",msg)//ppt_GetPPTCloudList
}
static async GetPPTCloudInfoPage(params:any):Promise<HttpResponse>{
return Api.Post("ppt_GetPPTCloudInfoPage",params)
return Api.Post("ppt_GetMyPPTCloudInfoPage",params)//ppt_GetPPTCloudInfoPage
}
static async RemovePPTCloudGroup(Id:Number):Promise<HttpResponse>{
......
......@@ -350,7 +350,7 @@ getImgList()
background: rgba(23,23,23,.5);
}
.UploadPicture-fromB{
width: 680px;
width: 687px;
margin: 150px auto 0;
background: #fff;
padding: 20px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment