Commit d9d5e42b by 杨昕

fs

parent 1b6d1199
Pipeline #13739 passed with stages
in 42 seconds
......@@ -152,7 +152,7 @@
console.log("formdata",formdata)
fetch_response('POST',"/web/media_manager", formdata).then(function (res) {
fetch_response('POST',"/web/media_model", formdata).then(function (res) {
if (res.code == 200) {
$('body').toast({
position: 'fixed',
......@@ -161,7 +161,7 @@
top: '50%'
});
setTimeout(function () {
window.location.href = '/web/media_manager';
window.location.href = '/web/media_model';
}, 2000)
} else {
......
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