index.html 2.14 KB
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
    />
    <meta name="google" content="notranslate" />
    <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
    <link rel="stylesheet" href="<%= BASE_URL %>style.css" />
    <link rel="stylesheet" href="<%= BASE_URL %>static/css/loading.css" />

    <script src="<%= BASE_URL %>sso.js"></script>

    <title>eip微办公</title>
  </head>
  <body>
    <noscript>
      <strong>
        We're sorry but system doesn't work properly without JavaScript enabled.
        Please enable it to continue.
      </strong>
    </noscript>
    <div id="app">
      <div class="van_loading_toast" style="display: block" id="loading">
        <div class="van_mask_transparent"></div>
        <div class="van_toast">
          <div class="van_loading">
            <div class="van_loading_leaf van_loading_leaf_0"></div>
            <div class="van_loading_leaf van_loading_leaf_1"></div>
            <div class="van_loading_leaf van_loading_leaf_2"></div>
            <div class="van_loading_leaf van_loading_leaf_3"></div>
            <div class="van_loading_leaf van_loading_leaf_4"></div>
            <div class="van_loading_leaf van_loading_leaf_5"></div>
            <div class="van_loading_leaf van_loading_leaf_6"></div>
            <div class="van_loading_leaf van_loading_leaf_7"></div>
            <div class="van_loading_leaf van_loading_leaf_8"></div>
            <div class="van_loading_leaf van_loading_leaf_9"></div>
            <div class="van_loading_leaf van_loading_leaf_10"></div>
            <div class="van_loading_leaf van_loading_leaf_11"></div>
          </div>
          <p class="van_toast_content">加载中...</p>
        </div>
      </div>
    </div>
    <!-- built files will be auto injected -->
  </body>
  <script src="<%= BASE_URL %>uniapp.js"></script>
  <script type="text/javascript">
    window._AMapSecurityConfig = {
      securityJsCode: '0b63a538e25f626fbfd6dbfe5bb2808a',
    }
  </script>
</html>