Files
claw/tests/fixtures/generated_scene/external_script/index.html

22 lines
492 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>External Script Bootstrap Fixture</title>
<script src="http://25.215.213.128:18080/a_js/YPTAPI.js"></script>
</head>
<body>
<div id="app">Fixture</div>
<script>
const sourceUrl = "http://yx.gs.sgcc.com.cn";
function queryData() {
return $.ajax({
url: "http://yx.gs.sgcc.com.cn/report/query",
type: "POST",
contentType: "application/json"
});
}
</script>
</body>
</html>