新会员页面

This commit is contained in:
2026-05-15 19:02:11 +08:00
parent f341408254
commit 14c7660770
31 changed files with 3496 additions and 396 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ export default defineConfig({
changeOrigin: true,
},
'/ai-api': {
target: 'http://192.168.31.133:8000',
// target: 'http://192.168.31.133:8000',
target: 'http://127.0.0.1:8000',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/ai-api/, ''),
},