修改mysql远程连接

This commit is contained in:
2025-09-03 13:19:41 +08:00
parent 9939748ce5
commit f1f4000360
4 changed files with 23 additions and 23 deletions

View File

@@ -27,7 +27,7 @@ export default defineConfig({
port: 3150,
proxy: {
'/api': {
target: 'https://api.jiebanke.com',
target: 'http://localhost:3100',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '/api/v1')
}