This commit is contained in:
yyhouc 2023-05-22 09:25:37 +08:00
parent e015ef17cd
commit 5682b48005
1 changed files with 0 additions and 6 deletions

View File

@ -35,12 +35,6 @@ const viteConfig = defineConfig((mode) => {
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},
'/api1': {
target: 'http://39.98.35.99:6300',
ws: true,
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},
},
},
build: {