mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 05:52:43 +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 () => {
|
||||
const options = {
|
||||
moduleCache: {
|
||||
vue: Vue, less: less
|
||||
},
|
||||
getFile(url) {
|
||||
document.get
|
||||
console.log('load.file', url)
|
||||
return fetch(url).then(res => {
|
||||
if (res.ok) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user