4.29出库审批流程完善,通知申请人以及库管邮件功能
This commit is contained in:
@ -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):
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user