审查视图

index.html 276 字节
朱兆平 authored
1 2 3 4 5
<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
6
  <title>货运统计分析管理系统</title>
7
  <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
朱兆平 authored
8 9 10 11 12 13 14 15 16 17
</head>

<body>
  <div id="app">

  </div>
  <!-- built files will be auto injected -->
</body>

</html>