简历上传,pdf简历下载

This commit is contained in:
2026-04-03 17:52:07 +08:00
parent 821a950df2
commit a39835be01
25 changed files with 2076 additions and 301 deletions
+5
View File
@@ -40,6 +40,11 @@ export default defineConfig({
target: 'http://127.0.0.1:8080',
changeOrigin: true,
},
'/ai-api': {
target: 'http://192.168.31.133:8000',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/ai-api/, ''),
},
},
},
css: {