cys #28

Merged
zhuhao merged 3 commits from cys into main 2024-07-17 14:26:45 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 2ed3bfb36a - Show all commits

View File

@ -22,8 +22,8 @@ export default defineConfig({
server: {
proxy: {
'/dev-api': {
target: 'http://27.128.240.72:7865',
// target: 'http://192.168.2.52:7863',
// target: 'http://27.128.240.72:7865',
target: 'http://192.168.2.52:7863',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
},