添加3个普通用户,注释管理员选项,优化登录

This commit is contained in:
2025-06-11 21:48:26 +08:00
parent f2c385d936
commit d4846869eb
4 changed files with 81 additions and 12 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ const configs: Record<string, ApiConfig> = {
// postgrest
baseUrl: 'http://10.79.97.16:8000',
// minio
documentUrl: 'http://10.76.244.156:9001/docauditai/',
documentUrl: 'http://10.76.244.156:9000/docauditai/',
// 文件上传
uploadUrl: 'http://10.79.97.16:8000/admin/documents/upload',
},