1
0
mirror of synced 2026-04-05 07:48:35 +08:00

fix(magic-admin): 修复发布页面资源路径错误,导致页面无法打开问题

This commit is contained in:
roymondchen
2022-07-11 19:51:47 +08:00
committed by jia000
parent f2893880b1
commit 7dc0b4e261
78 changed files with 468 additions and 7056 deletions

View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vue3 Page</title>
<script src="https://unpkg.com/vue@next/dist/vue.runtime.global.js"></script>
<script type="module" crossorigin src="/runtime/assets/page.js"></script>
<link rel="modulepreload" href="/runtime/assets/plugin-vue_export-helper.8f6f5b47.js">
<link rel="modulepreload" href="/runtime/assets/comp-entry.4b446d21.js">
<link rel="stylesheet" href="/runtime/assets/style.6555bdb0.css">
</head>
<body>
<div id="app"></div>
</body>
</html>