index.html 1.55 KB
Newer Older
786817560's avatar
786817560 committed
1

李晓兵's avatar
李晓兵 committed
2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport"
        content="initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, width=device-width, viewport-fit=cover">
  <!--<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">-->
  <meta name="format-detection" content="telephone=no">
  <meta name="format-detection" content="email=no">
  <!-- safari私有meta标签 允许全屏模式浏览 指定safari顶部状态栏样式(黑色) -->
  <meta name="apple-mobile-web-app-capable" content="yes">
  <meta name="apple-mobile-web-app-status-bar-style" content="black">
JingChao's avatar
JingChao committed
14 15
  <script type="text/javascript" src="./static/vuePlatform.js"></script>
  <script type="text/javascript" src="./static/prototype.js"></script>
李晓兵's avatar
李晓兵 committed
16
  <script type="text/javascript" src="cordova.js"></script>
786817560's avatar
786817560 committed
17 18
  <!-- 定位 -->
  <script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=CyOWd7pmPurvZ0PERgxEOlAlifG0y7Sp"></script>
李晓兵's avatar
李晓兵 committed
19
  <title>徐工融租</title>
李晓兵's avatar
李晓兵 committed
20 21 22 23
</head>
<body>
<div id="app-box"></div>
<!-- built files will be auto injected -->
李晓兵's avatar
李晓兵 committed
24
<!--<script>
25 26 27 28 29
  if (window.history && window.history.pushState) {
    // 往历史记录里面添加一条新的当前页面的url
    history.pushState(null, null, document.URL)
    // 给 popstate 绑定一个方法 监听页面刷新
    window.addEventListener('popstate', function(){
30
      history.pushState(null, null, location.href );
31 32 33
      alert('请点击左上角返回按钮返回')
    }, false) // false阻止默认事件
  }
李晓兵's avatar
李晓兵 committed
34
</script>-->
李晓兵's avatar
李晓兵 committed
35 36
</body>
</html>