icehan2016

Results 1 comments of icehan2016

如果使用组件的 可以这样实现 1 在 blade 中 `` 2 在 app.js 中 ``` var csrf_token = document.querySelector('meta[name=csrf-token]').getAttribute('content'); const uploaderConfig = { uploadFileUrl: 'api/upload/publicFileUpload?_token='+csrf_token, fileTypeExts: "jpeg,jpg,png", showMessage: (vue, message) => { vue.$dlg.alert(message);...