Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
pptist
Commits
7dd34eb0
Commit
7dd34eb0
authored
Jun 06, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
云盘接口调整
parent
19a73ceb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CloudDiskService.ts
src/services/CloudDiskService.ts
+2
-2
UploadPicture.vue
src/views/Editor/CanvasTool/UploadPicture.vue
+1
-1
No files found.
src/services/CloudDiskService.ts
View file @
7dd34eb0
...
...
@@ -15,11 +15,11 @@ class CloudDiskService{
static
async
GetPPTCloudList
(
GName
:
String
):
Promise
<
HttpResponse
>
{
let
msg
=
{
GName
}
return
Api
.
Post
(
"ppt_Get
PPTCloudList"
,
msg
)
return
Api
.
Post
(
"ppt_Get
MyCloudList"
,
msg
)
//ppt_GetPPTCloudList
}
static
async
GetPPTCloudInfoPage
(
params
:
any
):
Promise
<
HttpResponse
>
{
return
Api
.
Post
(
"ppt_Get
PPTCloudInfoPage"
,
params
)
return
Api
.
Post
(
"ppt_Get
MyPPTCloudInfoPage"
,
params
)
//ppt_GetPPTCloudInfoPage
}
static
async
RemovePPTCloudGroup
(
Id
:
Number
):
Promise
<
HttpResponse
>
{
...
...
src/views/Editor/CanvasTool/UploadPicture.vue
View file @
7dd34eb0
...
...
@@ -350,7 +350,7 @@ getImgList()
background
:
rgba
(
23
,
23
,
23
,.
5
);
}
.UploadPicture-fromB
{
width
:
68
0
px
;
width
:
68
7
px
;
margin
:
150px
auto
0
;
background
:
#fff
;
padding
:
20px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment