Commit c742e7cb authored by antoor's avatar antoor

Fixed JS loading scheme

修正JS加载方案
parent 0c50834d
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<meta charset="utf-8"/> <meta charset="utf-8"/>
<title>AntSword</title> <title>AntSword</title>
<link rel="stylesheet" href="../static/css/index.css"/> <link rel="stylesheet" href="../static/css/index.css"/>
<script>require('../source/load.entry.jsx');</script> <script src="../static/build/load.bundle.js"></script>
</head> </head>
<body> <body>
<div id="loading"></div> <div id="loading"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment