修改省局的端口的判断为51707

This commit is contained in:
2025-11-07 11:12:43 +08:00
parent 855d74b979
commit 6c09285ac9
4 changed files with 17 additions and 16 deletions
+2 -1
View File
@@ -156,7 +156,8 @@ const configs: Record<string, ApiConfig> = {
// 文件上传
uploadUrl: 'http://10.79.97.17:8000/admin/documents',
oauth: {
serverUrl: 'http://10.79.112.85', // IDaaS服务器地址
serverUrl: 'http://10.79.112.85', // IDaaS服务器地址(测试)
// serverUrl: 'http://10.79.97.252', // IDaaS服务器地址(生产)
clientId: '54d2a619fe5c81ae1250434c441fccccqMtKwh7H4fO',
// clientSecret: 'VYk1AC5XIJEfnEXwyq0u9JEY3fi3byCfSD58zANGeb', // 需要替换为实际的Client Secret
// ⚠️ 安全警告:clientSecret 不应该硬编码在代码中