fix(docker,test): 修复 Docker 构建和测试配置
- 更新 Dockerfile 使用本地编译的 jar 文件 - 修复 vite.config.ts 移除未使用的 lodash-es 依赖 - 更新测试密码为 Test@123
This commit is contained in:
@@ -6,7 +6,7 @@ const TARGET_URL = process.env.TARGET_URL || 'http://localhost:3002';
|
||||
const API_URL = process.env.API_URL || 'http://localhost:8080';
|
||||
const TEST_USER = {
|
||||
username: 'admin',
|
||||
password: 'admin123'
|
||||
password: 'Test@123'
|
||||
};
|
||||
|
||||
// 测试结果收集
|
||||
|
||||
Reference in New Issue
Block a user