初始提交:人事共享服务中心钉钉登录功能

This commit is contained in:
zsc
2026-05-16 11:15:24 +08:00
commit 7ba21d6413
23 changed files with 1770 additions and 0 deletions

View 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 %}