4.29出库审批流程完善,通知申请人以及库管邮件功能

This commit is contained in:
dxc
2026-04-29 09:11:37 +08:00
parent 8276597a67
commit 00839863f5
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ def _get_token_from_redis(user_id):
class AuthService:
# 硬编码的超级管理员凭证
SUPER_ADMIN_USER = "IRIS"
SUPER_ADMIN_PASS = "licahk"
SUPER_ADMIN_PASS = "123321"
@staticmethod
def login(data):

View File

@ -234,7 +234,7 @@ const handleLogout = () => {
<footer v-if="!isLoginPage" class="app-footer">
<span class="version-tag">
<el-icon style="vertical-align: middle; margin-right: 4px"><InfoFilled /></el-icon>
当前版本:V3.15(4.28部署
当前版本:V3.16(4.29部署
</span>
</footer>