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

修改代理地址

parent a0ce3e67
Pipeline #450 failed with stages
......@@ -28,7 +28,7 @@ export default defineConfig({
host: '0.0.0.0',
proxy: {
'/api': {
target: 'http://192.168.66.135:8070',
target: 'http://192.168.66.125:8070',
changeOrigin: true,
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