updata:更新接口和表结构
This commit is contained in:
22
templates/log.html
Normal file
22
templates/log.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-cn">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>反诈预警平台</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>日志</h1>
|
||||
{% for i in data %}
|
||||
<p>{{i}}</p>
|
||||
{% endfor %}
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user