打包Demo

This commit is contained in:
街角小林
2025-04-10 09:11:33 +08:00
parent e0ca3a5d12
commit e80890aa7e
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -9,7 +9,7 @@
})
} catch (error) {
console.log(error)
}</script><link href="dist/css/chunk-vendors.css?05701ce1afab3118ff82" rel="stylesheet"><link href="dist/css/app.css?05701ce1afab3118ff82" 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?5ac095a83fc14779d34b" rel="stylesheet"><link href="dist/css/app.css?5ac095a83fc14779d34b" 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({
@@ -83,4 +83,4 @@
// 可以通过window.$bus.$on()来监听应用的一些事件
// 实例化页面
window.initApp()
}</script><script src="dist/js/chunk-vendors.js?05701ce1afab3118ff82"></script><script src="dist/js/app.js?05701ce1afab3118ff82"></script></body></html>
}</script><script src="dist/js/chunk-vendors.js?5ac095a83fc14779d34b"></script><script src="dist/js/app.js?5ac095a83fc14779d34b"></script></body></html>