Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王淑敏
vipSupplier
Commits
6ef93872
Commit
6ef93872
authored
Oct 23, 2020
by
chuzhixin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🚀
Snowflake screen support configuration
parent
28bd1a73
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
public/index.html
+9
-9
public/static/css/loading.css
+3
-0
No files found.
public/index.html
View file @
6ef93872
...
...
@@ -16,15 +16,6 @@
/>
<meta
name=
"author"
content=
"<%= VUE_APP_AUTHOR %>"
/>
<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>
<body>
<noscript>
...
...
@@ -48,5 +39,14 @@
;
/^http
(
s*
)
:
\/\/
/
.
test
(
location
.
href
)
||
alert
(
'基于vue-admin-beautiful开发的项目需要部署到服务器下访问'
)
</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>
</html>
public/static/css/loading.css
View file @
6ef93872
/**
* @description 雪花屏代码,基于ant-design修改
**/
.first-loading-wrp
{
display
:
flex
;
flex-direction
:
column
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment