fix: 修复 static/index.css 路径前缀

This commit is contained in:
fxy060608 2019-01-11 17:46:28 +08:00
parent 71d64d038d
commit b7aeaf7ba0

View File

@ -13,7 +13,7 @@
document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
})
</script>
<link rel="stylesheet" href="<%= htmlWebpackPlugin.options.baseUrl %>static/index.css" />
<link rel="stylesheet" href="<%= BASE_URL %>static/index.css" />
</head>
<body>