From f591c27b57e2418c9495bc02ae8cfff84d35bc18 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 16 七月 2024 16:27:56 +0800 Subject: [PATCH] init --- config/config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/config.js b/config/config.js index 5a5ffe0..4dc0988 100644 --- a/config/config.js +++ b/config/config.js @@ -2,7 +2,7 @@ // 开发环境配置 development: { // baseUrl: 'http://121.239.169.30:13001', - baseUrl: 'http://192.168.0.41:8086', + baseUrl: 'http://192.168.2.15:8082', }, // 生产环境配置 production: { -- Gitblit v1.9.2