Commit bdd1b15b authored by 何远江's avatar 何远江

修改代理地址

parent a0ce3e67
Pipeline #450 failed with stages
...@@ -28,7 +28,7 @@ export default defineConfig({ ...@@ -28,7 +28,7 @@ export default defineConfig({
host: '0.0.0.0', host: '0.0.0.0',
proxy: { proxy: {
'/api': { '/api': {
target: 'http://192.168.66.135:8070', target: 'http://192.168.66.125:8070',
changeOrigin: true, changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '') rewrite: (path) => path.replace(/^\/api/, '')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment