mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2026-05-23 01:36:09 +08:00
| 2024.04.23 | 切换为更快更稳定的BootCDN进行加速。<br>前端NEWUI改版(基于AdminLTE+Bootstrap+Vue+ElementUI混合模式)。|
27 lines
926 B
HTML
27 lines
926 B
HTML
<meta charset="UTF-8">
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<title>${(value.title)!!}</title>
|
|
<meta name="keywords" content="${(value.keywords)!!}">
|
|
|
|
<script>
|
|
/*统计代码,便于统计流量,请勿移除,谢谢!*/
|
|
var _hmt = _hmt || [];
|
|
(function() {
|
|
var hm = document.createElement("script");
|
|
hm.src = "https://hm.baidu.com/hm.js?97fd5ca1a4298ac8349c7e0de9029a0f";
|
|
var s = document.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(hm, s);
|
|
})();
|
|
//set base path for fixing the revertProxy forwarding path issue
|
|
var basePath = "${request.contextPath}";
|
|
console.log("basePath",basePath)
|
|
</script>
|
|
|
|
<#if value.mode=='local'>
|
|
<#include "/header-local-v2.html">
|
|
<#else>
|
|
<#include "/header-CDN-v2.html">
|
|
</#if>
|
|
|