From 8fa8ee29b836922945b137291a1f696ad90f4d86 Mon Sep 17 00:00:00 2001 From: ndbs Date: Thu, 27 Oct 2022 11:27:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js index 739d0a7ea..a2b9064bf 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js @@ -16,8 +16,9 @@ export default { // "http://localhost:8088/" // ], "apiHost": [ - "http://192.168.10.32:8011/" + "http://10.10.4.45:9000/", ], + "webHost":"http://10.10.4.45:8000/", // 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 "devAccount": [ { username: "2021230206", password: "www.qj.com" }