From 7997bbf12f6dab11c5ae7a49332a6b758e2d8016 Mon Sep 17 00:00:00 2001 From: tangmingyou <234767776@qq.com> Date: Sun, 5 Mar 2023 22:32:09 +0800 Subject: [PATCH] backend port --- config/dev.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/dev.js b/config/dev.js index fbc99a3..2bf7088 100644 --- a/config/dev.js +++ b/config/dev.js @@ -1,4 +1,4 @@ -const target = 'http://localhost:9999'; +const target = 'http://localhost:3999'; module.exports = { env: { @@ -10,8 +10,8 @@ module.exports = { h5: { devServer: { //host: '0.0.0.0', - host: '192.168.110.53', - // host: '192.168.3.104', + // host: '192.168.110.53', + host: '192.168.3.104', port: 10086, // 设置代理来解决 H5 请求的跨域问题 proxy: {