<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="F:/TailwindStudy/dist/output.css" rel="stylesheet">
</head>
<body background="./UserLogin-background-init.jpg" class="bg-cover" id="UserLoginBody">
<script src="F:TailwindStudy/src/UserLogin.js" type="text/javascript"></script>
</body>
window.onload = function () {
alert("运行");
}

如上图,背景图片还没有加载,提示框就已经显示,该如何解决?