From 277d6652893fcc10fb6827b62ef16fe2910a525c Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期五, 15 十二月 2023 16:58:25 +0800 Subject: [PATCH] 强制更新功能 --- config/config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.js b/config/config.js index f818166..5a5ffe0 100644 --- a/config/config.js +++ b/config/config.js @@ -2,11 +2,11 @@ // 开发环境配置 development: { // baseUrl: 'http://121.239.169.30:13001', - baseUrl: 'http://192.168.0.38:8086', + baseUrl: 'http://192.168.0.41:8086', }, // 生产环境配置 production: { - baseUrl: 'http://192.168.0.38:8086', + baseUrl: 'http://192.168.0.41:8086', } -- Gitblit v1.9.2