20 lines
814 B
HTML
20 lines
814 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||
|
<title>水泥erp后台管理系统</title>
|
||
|
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="app"></div>
|
||
|
<!-- built files will be auto injected -->
|
||
|
<!-- 使用cdn, 避免打包文件过大的问题 -->
|
||
|
<!-- <script src="https://unpkg.com/vue@2.5.17/dist/vue.js"></script>
|
||
|
<script src="https://unpkg.com/vue-router@3.0.1/dist/vue-router.js"></script>
|
||
|
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
|
||
|
<script src="https://unpkg.com/axios@0.18.0/dist/axios.min.js"></script>
|
||
|
<script src="https://unpkg.com/vuex@3.0.1/dist/vuex.js"></script> -->
|
||
|
</body>
|
||
|
</html>
|