From e3172de7866b5d04e4d3a4d5eea400c7b3eea227 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 14 八月 2024 09:56:40 +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..7e5d773 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.2.15:8082', }, // 生产环境配置 production: { - baseUrl: 'http://192.168.0.38:8086', + baseUrl: 'http://47.108.222.15:8000', } -- Gitblit v1.9.2