海军
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
src/pages/document.ejs
|
|
|
@ -22,7 +22,7 @@ |
|
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" |
|
|
|
/> |
|
|
|
<title>Ant Design Pro</title> |
|
|
|
<link rel="icon" href="/favicon.png" type="image/x-icon" /> |
|
|
|
<link rel="icon" href="<%= context.config.publicPath +'favicon.png'%>" type="image/x-icon" /> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<noscript>Out-of-the-box mid-stage front/design solution!</noscript> |
|
|
|
@ -36,7 +36,7 @@ |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
#root { |
|
|
|
background-image: url('/home_bg.png'); |
|
|
|
background-image: url('<%= context.config.publicPath +"home_bg.png"%>'); |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-size: 100% auto; |
|
|
|
} |
|
|
|
@ -191,7 +191,7 @@ |
|
|
|
height: 100%; |
|
|
|
" |
|
|
|
> |
|
|
|
<img src="/pro_icon.svg" alt="logo" width="256" /> |
|
|
|
<img src="<%= context.config.publicPath +'pro_icon.svg'%>" alt="logo" width="256" /> |
|
|
|
<div class="page-loading-warp"> |
|
|
|
<div class="ant-spin ant-spin-lg ant-spin-spinning"> |
|
|
|
<span class="ant-spin-dot ant-spin-dot-spin" |
|
|
|
|