mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-17 14:04:47 +08:00
打包0.13.1-fix.2
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
})
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
}</script><link href="dist/css/chunk-vendors.css?137a23e103fd70ffd3cb" rel="stylesheet"><link href="dist/css/app.css?137a23e103fd70ffd3cb" rel="stylesheet"></head><body><noscript><strong>We're sorry but thoughts doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script>const getDataFromBackend = () => {
|
||||
}</script><link href="dist/css/chunk-vendors.css?f7d7b2f3bd02fa51c385" rel="stylesheet"><link href="dist/css/app.css?f7d7b2f3bd02fa51c385" rel="stylesheet"></head><body><noscript><strong>We're sorry but thoughts doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script>const getDataFromBackend = () => {
|
||||
return new Promise((resolve, reject) => {
|
||||
setTimeout(() => {
|
||||
resolve({
|
||||
@@ -74,4 +74,4 @@
|
||||
// 可以通过window.$bus.$on()来监听应用的一些事件
|
||||
// 实例化页面
|
||||
window.initApp()
|
||||
}</script><script src="dist/js/chunk-vendors.js?137a23e103fd70ffd3cb"></script><script src="dist/js/app.js?137a23e103fd70ffd3cb"></script></body></html>
|
||||
}</script><script src="dist/js/chunk-vendors.js?f7d7b2f3bd02fa51c385"></script><script src="dist/js/app.js?f7d7b2f3bd02fa51c385"></script></body></html>
|
||||
Reference in New Issue
Block a user