Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
media-resource
Overview
Overview
Details
Activity
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
杨昕
media-resource
Commits
d9d5e42b
Commit
d9d5e42b
authored
Feb 05, 2021
by
杨昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fs
parent
1b6d1199
Pipeline
#13739
passed with stages
in 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
media_add.blade.php
resources/views/admin/media/media_add.blade.php
+2
-2
No files found.
resources/views/admin/media/media_add.blade.php
View file @
d9d5e42b
...
@@ -152,7 +152,7 @@
...
@@ -152,7 +152,7 @@
console
.
log
(
"formdata"
,
formdata
)
console
.
log
(
"formdata"
,
formdata
)
fetch_response
(
'POST'
,
"/web/media_m
anager
"
,
formdata
).
then
(
function
(
res
)
{
fetch_response
(
'POST'
,
"/web/media_m
odel
"
,
formdata
).
then
(
function
(
res
)
{
if
(
res
.
code
==
200
)
{
if
(
res
.
code
==
200
)
{
$
(
'body'
).
toast
({
$
(
'body'
).
toast
({
position
:
'fixed'
,
position
:
'fixed'
,
...
@@ -161,7 +161,7 @@
...
@@ -161,7 +161,7 @@
top
:
'50%'
top
:
'50%'
});
});
setTimeout
(
function
()
{
setTimeout
(
function
()
{
window
.
location
.
href
=
'/web/media_m
anager
'
;
window
.
location
.
href
=
'/web/media_m
odel
'
;
},
2000
)
},
2000
)
}
else
{
}
else
{
...
...
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