fix(magic-admin): 修复发布页面资源路径错误,导致页面无法打开问题
This commit is contained in:
17
magic-admin/server/runtime/page.html
Normal file
17
magic-admin/server/runtime/page.html
Normal 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>
|
||||
Reference in New Issue
Block a user