开发: push

This commit is contained in:
zhengw
2023-04-11 15:29:40 +08:00
parent 5834254a8f
commit ce3d942371
27 changed files with 1507 additions and 796 deletions

View File

@@ -59,7 +59,7 @@ export default defineConfig({
// proxy: proxy[REACT_APP_ENV as keyof typeof proxy],
proxy: {
'/api/': {
target: 'http://192.168.1.219:8183/',
target: 'http://192.168.1.138:8183/',
changeOrigin: true,
pathRewrite: { '^/api': '' },
},