From 4326e4ff70b0a9e91a2a2ba9b0a45d7af6142410 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 7 Jan 2025 09:03:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commons/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/config.js b/commons/config.js index 0634ca3..447803e 100644 --- a/commons/config.js +++ b/commons/config.js @@ -13,7 +13,7 @@ export const h5Config = { export const AppConfig = { production: 'https://dj-api.hnsiyao.cn', - test: 'https://video-h5.hnsiyao.cn', + test: 'https://web-api.hnsiyao.cn', local: 'http://192.168.1.41:8100' }