|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
content="An enterprise-class UI components based on Ant Design and Vue"
|
|
|
|
|
/>
|
|
|
|
|
<title>Ant Design Vue</title>
|
|
|
|
|
<link rel="icon" type="image/x-icon" href="https://qn.antdv.com/favicon.ico" />
|
|
|
|
|
<link rel="icon" type="image/x-icon" href="//aliyuncdn.antdv.com/favicon.ico" />
|
|
|
|
|
<style id="nprogress-style">
|
|
|
|
|
#page-404 {
|
|
|
|
|
background-image: url('https://os.alipayobjects.com/rmsportal/NOAjOBbnYCrNzrW.jpg');
|
|
|
|
@ -58,7 +58,7 @@
|
|
|
|
|
};
|
|
|
|
|
var src =
|
|
|
|
|
srcMap[location.host] || 'https://hm.baidu.com/hm.js?4ad38a0c8f0960d731b654425317da22';
|
|
|
|
|
(function() {
|
|
|
|
|
(function () {
|
|
|
|
|
var hm = document.createElement('script');
|
|
|
|
|
hm.src = src;
|
|
|
|
|
var s = document.getElementsByTagName('script')[0];
|
|
|
|
@ -72,7 +72,10 @@
|
|
|
|
|
<div id="page-404" data-reactroot="">
|
|
|
|
|
<section>
|
|
|
|
|
<h1>404</h1>
|
|
|
|
|
<p>你要找的页面不存在<a href="/">返回首页</a></p>
|
|
|
|
|
<p>
|
|
|
|
|
你要找的页面不存在
|
|
|
|
|
<a href="/">返回首页</a>
|
|
|
|
|
</p>
|
|
|
|
|
</section>
|
|
|
|
|
<style>
|
|
|
|
|
#app {
|
|
|
|
|