You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
788 B
HTML
23 lines
788 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- 主入口 -->
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta base="/门店业务" />
|
|
<!-- <link rel="icon" type="image/x-icon" href="http://demo.sc.chinaz.com/Files/pic/iconsico/5627/24.ico" /> -->
|
|
<link rel="icon" type="image/x-icon" href="static/title.png" />
|
|
<!-- <title>门店业务端</title> -->
|
|
</head>
|
|
<script
|
|
type="text/javascript"
|
|
src="//api.map.baidu.com/api?v=3.0&ak= OPfwfWopYoyhvGv50ST0DULf3tzvNXY1"
|
|
></script>
|
|
<!-- onselectstart="return false" -->
|
|
<body>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|