Browse Source

'提交地图地址'

master
lihenian 6 years ago
parent
commit
66eeaf242b
  1. 2
      package.json
  2. 2
      public/index.html

2
package.json

@ -42,7 +42,7 @@
"@vue/cli-service": "^3.0.4", "@vue/cli-service": "^3.0.4",
"@vue/eslint-config-standard": "^3.0.4", "@vue/eslint-config-standard": "^3.0.4",
"element-ui": "^2.12.0", "element-ui": "^2.12.0",
"sockjs-client": "^1.0.0", "sockjs-client": "^1.4.0",
"stompjs": "^2.3.3", "stompjs": "^2.3.3",
"vue-template-compiler": "^2.5.17" "vue-template-compiler": "^2.5.17"
}, },

2
public/index.html

@ -5,7 +5,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="shortcut icon" href="<%= BASE_URL %>favicon.ico" /> <link rel="shortcut icon" href="<%= BASE_URL %>favicon.ico" />
<script type="text/javascript" src="http://api.map.baidu.com/api?v=3.0&ak=Q6OHwjpraQLhQt1u0WG6mkSysBlajDlV"></script> <script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak=Q6OHwjpraQLhQt1u0WG6mkSysBlajDlV"></script>
<!-- 站点配置 --> <!-- 站点配置 -->
<script> <script>
window.SITE_CONFIG = {} window.SITE_CONFIG = {}

Loading…
Cancel
Save