导师相关接口换offer派接口,职位列表和职位详情,Nova聊天侧边栏UI重写

This commit is contained in:
2026-07-03 19:55:53 +08:00
parent a1a27073e4
commit f90c8be2a9
26 changed files with 896 additions and 1129 deletions
+4 -4
View File
@@ -27,8 +27,8 @@ export default defineConfig({
host: '0.0.0.0',
proxy: {
'/api': {
target: 'https://test.offerpai.com.cn/',
// target: 'http://127.0.0.1:8080',
// target: 'https://test.offerpai.com.cn/',
target: 'http://127.0.0.1:8080',
changeOrigin: true,
},
'/jianshi-api': {
@@ -37,8 +37,8 @@ export default defineConfig({
rewrite: (path) => path.replace(/^\/jianshi-api/, '/proxy-api'),
},
'/ai-api': {
target: 'https://test.offerpai.com.cn/',
// target: 'http://127.0.0.1:8000',
// target: 'https://test.offerpai.com.cn/',
target: 'http://127.0.0.1:8000',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/ai-api/, ''),
},