v3.10.0【新增】全屏模式Modal等终极解决方案;【新增】生成环境去掉跨域;【优化】其他一些小细节

This commit is contained in:
zhuoda
2024-11-18 20:36:03 +08:00
parent 472d059453
commit 56517b650a
25 changed files with 77 additions and 148 deletions

View File

@@ -19,20 +19,6 @@
</head>
<body>
<div id="app"></div>
<script>
let url = window.location.href;
if(url.indexOf("1024lab") > -1){
location.href = "https://preview.smartadmin.vip";
}
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?5e12fadc47eb3aac662d848fd39ec07a";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script type="module" src="/src/main.js"></script>
</body>
</html>