Commit 73d185ff by liangzhen

解决调用报错

1 parent fda02487
Showing with 3 additions and 0 deletions
......@@ -24,6 +24,9 @@ module.exports = defineConfig({
devServer: {
hot: true,
port: 8080,
client: {
overlay: false,
},
proxy: {
'/eadc-shared-ability': {
target: `http://${ip}:80/`, // 共享能力
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!