This commit is contained in:
2025-08-23 13:09:30 +09:00
parent 08ec402139
commit 44f70df8c2
8 changed files with 208 additions and 742 deletions

View File

@@ -45,8 +45,7 @@ export default defineConfig(({ isSsrBuild }) => ({
port: 3000,
proxy: {
'/api': {
target: 'https://svcm.hmsn.ink',
// target: 'http://localhost:8010',
target: 'http://localhost:7010',
changeOrigin: true,
// rewrite: (path) => path.replace(/^\/api/, ''),
},