From cc7f03bcbb427ce334f6935311d22f36a61c21fd Mon Sep 17 00:00:00 2001 From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com> Date: 星期四, 20 七月 2023 11:52:48 +0800 Subject: [PATCH] 修改“我发布的”,为本级发出 --- config/env.production.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/config/env.production.js b/config/env.production.js index 07f4c05..ae16e7a 100644 --- a/config/env.production.js +++ b/config/env.production.js @@ -1,4 +1,5 @@ module.exports = { NODE_ENV: "production", - baseUrl: '121.239.169.30:33306', + baseUrl: 'http://121.239.169.30:13001', + // baseUrl: 'http://192.168.0.52:13001', } \ No newline at end of file -- Gitblit v1.9.2