generated-scene: add scheduled monitoring runtime and helper lifecycle hardening
This commit is contained in:
@@ -2,10 +2,20 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>测试外部脚本提取</title>
|
||||
<title>External Script Bootstrap Fixture</title>
|
||||
<script src="http://25.215.213.128:18080/a_js/YPTAPI.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">测试页面</div>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user