Skip to content

Commit

Permalink
打包demo
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglin2 committed Aug 26, 2024
1 parent 62e25cd commit afdb557
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 79 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion dist/js/app.js

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions dist/js/chunk-7ced27a5.js

Large diffs are not rendered by default.

69 changes: 0 additions & 69 deletions dist/js/chunk-9e0371c2.js

This file was deleted.

14 changes: 7 additions & 7 deletions dist/js/chunk-vendors.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
})
} catch (error) {
console.log(error)
}</script><link href="dist/css/chunk-vendors.css?1c8f9269e64b9476f0c7" rel="stylesheet"><link href="dist/css/app.css?1c8f9269e64b9476f0c7" 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?084e0b6da4230db86524" rel="stylesheet"><link href="dist/css/app.css?084e0b6da4230db86524" 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({
Expand Down Expand Up @@ -74,4 +74,4 @@
// 可以通过window.$bus.$on()来监听应用的一些事件
// 实例化页面
window.initApp()
}</script><script src="dist/js/chunk-vendors.js?1c8f9269e64b9476f0c7"></script><script src="dist/js/app.js?1c8f9269e64b9476f0c7"></script></body></html>
}</script><script src="dist/js/chunk-vendors.js?084e0b6da4230db86524"></script><script src="dist/js/app.js?084e0b6da4230db86524"></script></body></html>

0 comments on commit afdb557

Please sign in to comment.