初始提交:人事共享服务中心钉钉登录功能
This commit is contained in:
11
templates/not_logged_in.html
Normal file
11
templates/not_logged_in.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}未登录 - 人事共享服务中心"码"上办{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="login-required">
|
||||
<div class="login-icon">🔒</div>
|
||||
<h2>请先通过钉钉登录</h2>
|
||||
<p>本系统需要通过钉钉账号登录才能使用</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user