54 lines
2.9 KiB
HTML
54 lines
2.9 KiB
HTML
<!--
|
||
* @Author: your name
|
||
* @Date: 2020-09-08 18:06:28
|
||
* @LastEditTime: 2023-03-31 17:18:41
|
||
* @LastEditors: ckycjwds 1240973496@qq.com
|
||
* @Description: In User Settings Edit
|
||
* @FilePath: \aiguo_erp_vue\public\index.html
|
||
-->
|
||
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<!--移动端适配-->
|
||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0">-->
|
||
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,viewport-fit=cover">
|
||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1">-->
|
||
<!--访问图片403问题-->
|
||
<meta name="referrer" content="no-referrer" />
|
||
<!--这meta的作用就是删除默认的苹果工具栏和菜单栏-->
|
||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||
<meta name="format-detection" content="telephone=no">
|
||
<!-- 解决页面缓存 -->
|
||
<meta http-equiv="pragram" content="no-cache">
|
||
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
|
||
<!--默认值为default(白色),可以定为black(黑色)和black-translucent(灰色半透明)。-->
|
||
<!--注意: 若值为“black-translucent”将会占据页面px位置,浮在页面上方(会覆盖页面20px高度–iphone4和itouch4的Retina屏幕为40px)。-->
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||
<!-- 图片缓存 -->
|
||
<meta http-equiv="pragma" content="no-cache"/>
|
||
<meta http-equiv="cache-control" content="no-cache"/>
|
||
<meta http-equiv="expires" content="0"/>
|
||
<link rel="preload" href="https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/npm/vant%402.12/lib/index.min.css"/>
|
||
<link rel="stylesheet" href="https://erp-temporary-file.oss-cn-hangzhou.aliyuncs.com/page_common/npm/vant%402.12/lib/index.min.css">
|
||
<!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
|
||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||
<!-- <link rel="stylesheet" href="//at.alicdn.com/t/c/font_2070277_ldkubmlvpi.css"> -->
|
||
<!-- <link rel="stylesheet" href="//at.alicdn.com/t/c/font_2070277_gd5b6x6zfss.css"> -->
|
||
<link rel="preload" href="//at.alicdn.com/t/c/font_2070277_1ltl65aurxc.css"/>
|
||
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_2070277_1ltl65aurxc.css"/>
|
||
<!-- <link rel="stylesheet" href="./iconfont.css"> -->
|
||
<title><%= webpackConfig.name %></title>
|
||
</head>
|
||
<body>
|
||
<noscript>
|
||
<strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||
</noscript>
|
||
<div id="app"></div>
|
||
<!-- built files will be auto injected -->
|
||
</body>
|
||
</html>
|