-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 1.05 KB
/
index.html
File metadata and controls
20 lines (20 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>商房云</title>
</head>
<body>
<div id="app" v-cloak>
<router-view></router-view>
</div>
<!-- built files will be auto injected -->
<script src="https://cdn.bootcss.com/echarts/3.7.1/echarts.common.js"></script>
<script src="http://api.map.baidu.com/api?v=2.0&ak=UsP2qpOAjTVnGWuxuQmBF4SwVpbOoRP4" type="text/javascript"></script>
<script type="text/javascript" charset="utf-8" src="/static/plugin/ueditor/ueditor.config.js"></script>
<script type="text/javascript" charset="utf-8" src="/static/plugin/ueditor/ueditor.all.min.js"> </script>
<!--建议手动加在语言,避免在ie下有时因为加载语言失败导致编辑器加载失败-->
<!--这里加载的语言文件会覆盖你在配置项目里添加的语言类型,比如你在配置项目里配置的是英文,这里加载的中文,那最后就是中文-->
<script type="text/javascript" charset="utf-8" src="/static/plugin/ueditor/lang/zh-cn/zh-cn.js"></script>
</body>
</html>