提交 6a34a1b7 编写于 作者: B baiy 提交者: ninecents

页面快速呈现

上级 bdaf3e18
{
"name": "c-tool",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 8081",
......
......@@ -5,11 +5,20 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>加载中...</title>
<style>
* {
box-sizing: border-box;
}
body{
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="page" style="width: 800px;height: 550px;margin: 0 auto;padding: 0 6px;overflow-y:auto;">
加载中....
<div id="page" style="width: 800px;height: 550px;margin: 0 auto;">
<div style="text-align: center;padding-top: 200px;font-size: 16px;color: #666">加载中...</div>
</div>
<script src=/index.js></script>
</body>
</html>
</html>
\ No newline at end of file
window.location = "/tool.html";
\ No newline at end of file
setTimeout(function () {
window.location = "/tool.html";
}, 1);
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册