| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <!DOCTYPE html>
- <html lang="zh-CN" prefix="og: https://ogp.me/ns#">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="chrome=1"/>
- <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <meta name="format-detection" content="telephone=no">
-
- <meta http-equiv="Pragma" content="no-cache">
- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
- <meta http-equiv="Expires" content="0">
- <title>
- <%= htmlWebpackPlugin.options.title %>
- </title>
-
- <!-- <link rel="apple-touch-icon" href="https://cyjy-business-storage-app.oss-cn-beijing.aliyuncs.com/002_app_images/assets/images/h5-logo.png">
- <link rel="apple-touch-icon" size="152x152" href="https://cyjy-business-storage-app.oss-cn-beijing.aliyuncs.com/002_app_images/assets/images/h5-logo.png">
- <link rel="apple-touch-icon" size="180x180" href="https://cyjy-business-storage-app.oss-cn-beijing.aliyuncs.com/002_app_images/assets/images/h5-logo.png">
- <link rel="apple-touch-icon" size="167x167" href="https://cyjy-business-storage-app.oss-cn-beijing.aliyuncs.com/002_app_images/assets/images/h5-logo.png">
- -->
- <!--
- <meta property="og:title" content="<%= htmlWebpackPlugin.options.title %>" />
- <meta property="og:type" content="video.movie" />
- <meta property="og:url" content="https://api-h5.cyckzxs.com/" />
- <meta property="og:image" content="https://cyjy-business-storage-app.oss-cn-beijing.aliyuncs.com/002_app_images/assets/images/h5-logo.png" />
- <link rel="icon" sizes="32x32" href="https://cyjy-business-storage-app.oss-cn-beijing.aliyuncs.com/002_app_images/assets/images/h5-logo.png" />
- -->
- <link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
-
- </head>
- <body>
- <noscript>
- <strong>Please enable JavaScript to continue.</strong>
- </noscript>
-
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
-
- <script>
- </script>
- </html>
|