This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
26
Activity
Browse Source
Update admin.main.js
tags/6.3.2
叙述、别离
8 months ago
parent
d5918645de
commit
c6b79fcf17
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/static/web/js/admin.main.js
+ 1
- 1
src/static/web/js/admin.main.js
View File
@@ -382,7 +382,7 @@ function uploadImage(litpicImgSrc) {
$("#picname").val(d.data.image_url);
}
}).catch((error) => {
alert("上传缩略图
错误
");
alert("上传缩略图
失败,请重新修改图片上传
");
});
}
function SetThumb(srcURL) {
Write
Preview
Loading…
Cancel
Save