mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-17 14:04:47 +08:00
打包Demo
This commit is contained in:
2
copy.js
2
copy.js
@@ -13,4 +13,4 @@ if (fs.existsSync(src)) {
|
|||||||
fs.unlinkSync(src)
|
fs.unlinkSync(src)
|
||||||
}
|
}
|
||||||
|
|
||||||
console.warn('请检查付费插件是否启用!!!')
|
// console.warn('请检查付费插件是否启用!!!')
|
||||||
File diff suppressed because one or more lines are too long
2
dist/js/app.js
vendored
2
dist/js/app.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -9,7 +9,7 @@
|
|||||||
})
|
})
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error)
|
console.log(error)
|
||||||
}</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 = () => {
|
}</script><link href="dist/css/chunk-vendors.css?620545462ff062a961ab" rel="stylesheet"><link href="dist/css/app.css?620545462ff062a961ab" 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) => {
|
return new Promise((resolve, reject) => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
resolve({
|
resolve({
|
||||||
@@ -74,4 +74,4 @@
|
|||||||
// 可以通过window.$bus.$on()来监听应用的一些事件
|
// 可以通过window.$bus.$on()来监听应用的一些事件
|
||||||
// 实例化页面
|
// 实例化页面
|
||||||
window.initApp()
|
window.initApp()
|
||||||
}</script><script src="dist/js/chunk-vendors.js?f7d7b2f3bd02fa51c385"></script><script src="dist/js/app.js?f7d7b2f3bd02fa51c385"></script></body></html>
|
}</script><script src="dist/js/chunk-vendors.js?620545462ff062a961ab"></script><script src="dist/js/app.js?620545462ff062a961ab"></script></body></html>
|
||||||
Reference in New Issue
Block a user