Commit fc84bee0 authored by 张伯涛's avatar 张伯涛

修改

parent 789487a6
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="<%= BASE_URL %>liulan_logo2.png"> <link rel="icon" href="<%= BASE_URL %>liulan_logo2.png">
<link rel="stylesheet" href="//at.alicdn.com/t/font_2011217_f70ptj9y4oc.css"> <!-- <link rel="stylesheet" href="//at.alicdn.com/t/font_2011217_f70ptj9y4oc.css">-->
<!-- <title><%= webpackConfig.name %></title>--> <!-- <title><%= webpackConfig.name %></title>-->
<title>诺兰特MES系统产品追溯平台</title> <title>诺兰特MES系统产品追溯平台</title>
</head> </head>
...@@ -13,7 +13,27 @@ ...@@ -13,7 +13,27 @@
<noscript> <noscript>
<strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> <strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript> </noscript>
<div id="splash"></div>
<div id="warnMes">正在加载中</div>
<div id="app"></div> <div id="app"></div>
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
<style>
#splash {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: white url("loading-unscreen.gif") no-repeat center;
}
#warnMes {
position: absolute;
text-align: center;
margin-top: 30px;
top: 50%;
width: 100%;
/*height: 100%;*/
}
</style>
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment