Commit 1a641b3f authored by xinzhedeai's avatar xinzhedeai

fix: 路由页面刷新cesium引入找不到问题

parent 9a0e0dac
...@@ -10,11 +10,9 @@ ...@@ -10,11 +10,9 @@
<title> <title>
<%= webpackConfig.name %> <%= webpackConfig.name %>
</title> </title>
<script src="./Cesium/Cesium.js"></script> <script src="/Cesium/Cesium.js"></script>
<link rel="stylesheet" href="./Cesium/Widgets/widgets.css"> <link rel="stylesheet" href="/Cesium/Widgets/widgets.css">
<script src="js/qf_web.min.js"></script>
<script type="text/javascript">qf.openCalcLayout({ dpr: 1 });</script>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]--> <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
......
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