mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
🚀Snowflake screen support configuration
This commit is contained in:
parent
28bd1a73d8
commit
6ef93872c7
@ -16,15 +16,6 @@
|
|||||||
/>
|
/>
|
||||||
<meta name="author" content="<%= VUE_APP_AUTHOR %>" />
|
<meta name="author" content="<%= VUE_APP_AUTHOR %>" />
|
||||||
<link rel="stylesheet" href="<%= BASE_URL %>static/css/loading.css" />
|
<link rel="stylesheet" href="<%= BASE_URL %>static/css/loading.css" />
|
||||||
<script>
|
|
||||||
var _hmt = _hmt || []
|
|
||||||
;(function () {
|
|
||||||
var hm = document.createElement('script')
|
|
||||||
hm.src = 'https://hm.baidu.com/hm.js?7174bade1219f9cc272e7978f9523fc8'
|
|
||||||
var s = document.getElementsByTagName('script')[0]
|
|
||||||
s.parentNode.insertBefore(hm, s)
|
|
||||||
})()
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
@ -48,5 +39,14 @@
|
|||||||
;/^http(s*):\/\//.test(location.href) ||
|
;/^http(s*):\/\//.test(location.href) ||
|
||||||
alert('基于vue-admin-beautiful开发的项目需要部署到服务器下访问')
|
alert('基于vue-admin-beautiful开发的项目需要部署到服务器下访问')
|
||||||
</script>
|
</script>
|
||||||
|
<script>
|
||||||
|
var _hmt = _hmt || []
|
||||||
|
;(function () {
|
||||||
|
var hm = document.createElement('script')
|
||||||
|
hm.src = 'https://hm.baidu.com/hm.js?7174bade1219f9cc272e7978f9523fc8'
|
||||||
|
var s = document.getElementsByTagName('script')[0]
|
||||||
|
s.parentNode.insertBefore(hm, s)
|
||||||
|
})()
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
/**
|
||||||
|
* @description 雪花屏代码,基于ant-design修改
|
||||||
|
**/
|
||||||
.first-loading-wrp {
|
.first-loading-wrp {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user