Commit 0eaf30c8 by hanxuehong

fix: 暂存

parent 1bb74bb0
......@@ -3,6 +3,15 @@ module.exports = defineConfig({
transpileDependencies: true,
devServer: {
port: 8082,
host: ''
host: '',
proxy: {
'/api': {
target: 'http://10.168.31.188:8096',
changeOrigin: true,
pathRewrite: {
'^/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