You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
967 B
34 lines
967 B
<!--
|
|
* @Author: your name
|
|
* @Date: 2021-10-08 08:41:57
|
|
* @LastEditTime: 2021-11-09 11:14:52
|
|
* @LastEditors: Please set LastEditors
|
|
* @Description: In User Settings Edit
|
|
* @FilePath: /data-show/public/index.html
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html lang="">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<meta name="referrer" content="no-referrer">
|
|
<link rel="icon" href="<%= BASE_URL %>sws_32.ico">
|
|
<title>硕为思汽车智能洞察系统</title>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>
|
|
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
|
|
Please enable it to continue.</strong>
|
|
</noscript>
|
|
<div id="appLoading">
|
|
<span>请耐心等待,正在加载中...</span>
|
|
</div>
|
|
<div id="app" style="display: none">
|
|
</div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
|
|
</html> |