47bf01f4
Andy
add
|
1
|
<!DOCTYPE html>
|
00a57799
liuqimichale
init
|
2
3
4
5
6
7
|
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>兰州沙盘</title>
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico">
|
c724d2fc
liuqimichale
init 打包
|
8
|
<!--<link href="src/style/reset.css" rel="stylesheet" type="text/css" />-->
|
ea02d58c
liuqimichale
百度地图应入
|
9
|
<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=cuMSxNl5LOY6sf1M3nDGtG6tGXl5a0Bb"></script>
|
00a57799
liuqimichale
init
|
10
11
12
13
14
15
|
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
|