From c7f6c15a4358afe0fe4d00840105d824985a334e Mon Sep 17 00:00:00 2001 From: kpt <2817151932@qq.com> Date: Tue, 2 Jul 2024 17:49:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90login=5Fbase.html=E3=80=91=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E7=99=BB=E5=BD=95=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/user/templates/login.html | 1 + views/user/templates/login_base.html | 82 ++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) diff --git a/views/user/templates/login.html b/views/user/templates/login.html index e69de29..752cccf 100644 --- a/views/user/templates/login.html +++ b/views/user/templates/login.html @@ -0,0 +1 @@ +{% extends 'base_login.html' %} \ No newline at end of file diff --git a/views/user/templates/login_base.html b/views/user/templates/login_base.html index e69de29..2dc3123 100644 --- a/views/user/templates/login_base.html +++ b/views/user/templates/login_base.html @@ -0,0 +1,82 @@ + + + + + + {% block title %} + 登录 + {% endblock %} + + + + + + +
+
+
+
+ + +
+
+
+
+
+
+ {% block content %} +
+ +

登录

+

微博话题舆情分析可视化系统 - flask echarts SnowNLP

+
+

输入您的用户名和密码

+
+
+
+
+
+ + +
+
+
+
+
+ +
+ +
+
+
+ +
+

还没有账号? 注册

+
+
+
+ {% endblock %} +
+
+
+
+
+
+ + + + + + + + + + + + + + + + \ No newline at end of file