|
@@ -1,11 +1,3 @@
|
|
|
-<!--
|
|
|
- * @Author: zouwenying
|
|
|
- * @Date: 2020-10-21 18:14:35
|
|
|
- * @LastEditTime: 2021-04-09 11:05:31
|
|
|
- * @LastEditors: zwy
|
|
|
- * @Description: In User Settings Edit
|
|
|
- * @FilePath: \vue-manage-system-master\public\index.html
|
|
|
--->
|
|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
|
|
@@ -15,7 +7,7 @@
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
|
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico" type="image/x-icon" />
|
|
|
<link rel="stylesheet" href="//at.alicdn.com/t/font_2251662_mafxfh566lg.css">
|
|
|
- <title>智慧社区管理平台 <%=111 %></title>
|
|
|
+ <title>智慧社区管理平台</title>
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
|
|
|
<!-- <script src="https://webapi.amap.com/maps?v=1.4.15&key=def65c683e32ae89dd7f8982b433b7f8&plugin=AMap.Autocomplete"></script> -->
|
|
@@ -27,20 +19,35 @@
|
|
|
<strong>We're sorry but vms doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
|
</noscript>
|
|
|
<div id="app"></div>
|
|
|
+ <script src="<%= BASE_URL %>loctionJs/vue@2.6.12.js"></script>
|
|
|
+ <script src="<%= BASE_URL %>loctionJs/day@1.8.36.js"></script>
|
|
|
+ <script src="<%= BASE_URL %>loctionJs/echarts@4.8.0.js"></script>
|
|
|
+ <script src="<%= BASE_URL %>loctionJs/element-ui@2.13.2.js"></script>
|
|
|
+ <script src="<%= BASE_URL %>loctionJs/lodash@4.17.11.js"></script>
|
|
|
+ <script src="<%= BASE_URL %>loctionJs/promise-polyfill@8.1.3.js"></script>
|
|
|
+ <script src="<%= BASE_URL %>loctionJs/vue-router@3.4.3.js"></script>
|
|
|
+ <script src="<%= BASE_URL %>loctionJs/vuex@3.5.1.js"></script>
|
|
|
+ <script src="<%= BASE_URL %>loctionJs/axios@0.20.0.js"></script>
|
|
|
|
|
|
- <script src="https://cdn.staticfile.org/vue/2.6.12/vue.min.js"></script>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <!-- <script src="https://cdn.staticfile.org/vue/2.6.12/vue.min.js"></script>
|
|
|
<script src="https://cdn.staticfile.org/vue-router/3.4.3/vue-router.min.js"></script>
|
|
|
<script src="https://cdn.staticfile.org/vuex/3.5.1/vuex.min.js"></script>
|
|
|
<script src="https://cdn.staticfile.org/element-ui/2.13.2/index.js"></script>
|
|
|
- <script src="https://cdn.staticfile.org/axios/0.20.0/axios.min.js"></script>
|
|
|
+ <script src="https://cdn.staticfile.org/axios/0.20.0/axios.min.js"></script> -->
|
|
|
<!-- promise-polyfill -->
|
|
|
- <script src="https://cdn.staticfile.org/promise-polyfill/8.1.3/polyfill.min.js"></script>
|
|
|
+ <!-- <script src="https://cdn.staticfile.org/promise-polyfill/8.1.3/polyfill.min.js"></script> -->
|
|
|
<!-- JavaScript 实用工具库 -->
|
|
|
- <script src="https://cdn.staticfile.org/lodash.js/4.17.11/lodash.min.js"></script>
|
|
|
+ <!-- <script src="https://cdn.staticfile.org/lodash.js/4.17.11/lodash.min.js"></script> -->
|
|
|
<!-- 日期格式化插件dayjs -->
|
|
|
- <script src="https://cdn.staticfile.org/dayjs/1.8.36/dayjs.min.js"></script>
|
|
|
+ <!-- <script src="https://cdn.staticfile.org/dayjs/1.8.36/dayjs.min.js"></script> -->
|
|
|
<!-- 百度图表echarts -->
|
|
|
- <script src="https://cdn.staticfile.org/echarts/4.8.0/echarts.min.js"></script>
|
|
|
+ <!-- <script src="https://cdn.staticfile.org/echarts/4.8.0/echarts.min.js"></script> -->
|
|
|
<!-- built files will be auto injected -->
|
|
|
</body>
|
|
|
|