feat(api/web): 实现API请求签名验证功能并优化测试环境配置

refactor(db): 重构查询条件类到query目录下

test: 添加登录流程测试脚本和测试数据

chore: 添加crypto-js依赖用于签名验证

ci: 配置测试环境数据库和端口设置
This commit is contained in:
张翔
2026-04-02 08:07:53 +08:00
parent 1e3dc11d59
commit 6392c08560
40 changed files with 1679 additions and 800 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export default defineConfig({
strictPort: true,
proxy: {
'/api': {
target: 'http://localhost:8084',
target: 'http://localhost:8080',
changeOrigin: true,
secure: false
}