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
|
vue: Vue, less: less
|
||||||
},
|
},
|
||||||
getFile(url) {
|
getFile(url) {
|
||||||
document.get
|
|
||||||
console.log('load.file', url)
|
console.log('load.file', url)
|
||||||
|
if (!url.test(/^https?:\/\//)) {
|
||||||
|
url += url;
|
||||||
|
}
|
||||||
return fetch(url).then(res => {
|
return fetch(url).then(res => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
return {getContentData: binary => binary ? res.arrayBuffer() : res.text()};
|
return {getContentData: binary => binary ? res.arrayBuffer() : res.text()};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user