fix:修复新建博客时提示标题和类别为空的问题

This commit is contained in:
2025-09-28 18:43:24 +08:00
parent 724561df55
commit fef163d768
5 changed files with 18 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ export default defineConfig({
}
},
server: {
port: 5174,
port: 5175,
// 服务器代理 服务器没有部署Nginx的情况下使用
proxy: {
'/blog-api': {