mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update app.js
This commit is contained in:
parent
04a114ad5b
commit
b704ec8a8c
@ -1,9 +1,17 @@
|
|||||||
|
/*! 静态插件库路径 */
|
||||||
|
window.baseRoot = (function (src) {
|
||||||
|
return src.substring(0, src.lastIndexOf("/") + 1);
|
||||||
|
})(document.scripts[document.scripts.length - 1].src);
|
||||||
|
|
||||||
|
console.log('baseRoot', baseRoot)
|
||||||
|
|
||||||
;(async () => {
|
;(async () => {
|
||||||
const options = {
|
const options = {
|
||||||
moduleCache: {
|
moduleCache: {
|
||||||
vue: Vue, less: less
|
vue: Vue, less: less
|
||||||
},
|
},
|
||||||
getFile(url) {
|
getFile(url) {
|
||||||
|
document.get
|
||||||
console.log('load.file', url)
|
console.log('load.file', url)
|
||||||
return fetch(url).then(res => {
|
return fetch(url).then(res => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user