mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update image.html
This commit is contained in:
parent
229fdf2392
commit
0d1555b34e
@ -99,7 +99,7 @@
|
|||||||
},
|
},
|
||||||
// 上传图片文件
|
// 上传图片文件
|
||||||
uploadImage: function () {
|
uploadImage: function () {
|
||||||
this.$ups.off('choose').on('choose', function (e, xurl) {
|
this.$ups.one('push', function (e, xurl) {
|
||||||
app.setValue(xurl);
|
app.setValue(xurl);
|
||||||
}).click();
|
}).click();
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user