feat: 添加分类树接口和分页组件,优化留言板功能

refactor: 重构文章服务和留言服务API调用方式
fix: 修复token验证逻辑和全局状态管理问题
style: 更新页脚样式和关于页面内容
docs: 添加类型定义和接口注释
This commit is contained in:
qingfeng1121
2025-12-23 13:57:35 +08:00
parent 8193bab566
commit 0151afcde7
19 changed files with 330 additions and 533 deletions

View File

@@ -31,7 +31,7 @@ export default defineConfig({
// 配置API代理
'/api': {
// target: 'http://www.qf1121.top',
target: 'http://localhost:7071',
target: 'http://localhost:7070',
changeOrigin: true,
rewrite: (path) => path
}