From 8ce48cb32ade6fde531cf5a42daae1ae6f39d5b6 Mon Sep 17 00:00:00 2001 From: yxq Date: Fri, 23 Feb 2024 11:33:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9Fconfig.js?= 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 | 2 +- 1 file changed, 1 insertion(+), 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 16eff0bbd..6b5939ba1 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js @@ -7,7 +7,7 @@ export default { "enableSignUp": true, //请求数据的接口地址;可以配置多个,开发环境下登录页会出现选择菜单供您选择 "apiHost": [ - "http://192.168.10.245:8000/",//H5打包 + "http://fwh.ldyesz.edu.cn:9000/",//H5打包 // "http://10.10.4.45:9000/"//app打包, // "http://localhost:31173/", ],