You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
903 B
30 lines
903 B
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="renderer" content="webkit">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
<!-- <meta http-equiv="pragram" content="no-cache">
|
|
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate"> -->
|
|
<link rel="icon" href="<%= BASE_URL %>WMS.svg">
|
|
<script>
|
|
// 初始化
|
|
window.SITE_CONFIG = {};
|
|
window.SITE_CONFIG['base'] = ''
|
|
window.SITE_CONFIG['user'] = ''
|
|
window.SITE_CONFIG['print'] = ''
|
|
window.SITE_CONFIG['warehouseCode'] = ''
|
|
window.SITE_CONFIG['company'] = ''
|
|
</script>
|
|
<title><%= webpackConfig.name %></title>
|
|
<script src="./config.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
|
|
</html>
|
|
|