feat:添加fz页面
This commit is contained in:
@@ -17,6 +17,10 @@ def showTable():
|
||||
data = db.fz_data.LoadFzData()
|
||||
return render_template("tables.html", data=data)
|
||||
|
||||
@page_bp.route("/fz", methods=["GET"])
|
||||
def fz():
|
||||
data = db.fz_data.LoadFzData()
|
||||
return render_template("fz.html", data=data)
|
||||
|
||||
@page_bp.route("/", methods=["GET"])
|
||||
def index():
|
||||
|
Reference in New Issue
Block a user