mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update app.js
This commit is contained in:
parent
8bbbf68762
commit
770e30a695
@ -11,8 +11,10 @@ console.log('baseRoot', appRoot)
|
||||
vue: Vue, less: less
|
||||
},
|
||||
getFile(url) {
|
||||
document.get
|
||||
console.log('load.file', url)
|
||||
if (!url.test(/^https?:\/\//)) {
|
||||
url += url;
|
||||
}
|
||||
return fetch(url).then(res => {
|
||||
if (res.ok) {
|
||||
return {getContentData: binary => binary ? res.arrayBuffer() : res.text()};
|
||||
|
Loading…
x
Reference in New Issue
Block a user