From e05f7faf835f7999d1b429b0163b8629816f8a79 Mon Sep 17 00:00:00 2001 From: x_z Date: Thu, 20 Oct 2022 17:35:13 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=A4=87=E4=BB=BD=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/测试环境打包配置 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/public/测试环境打包配置 b/public/测试环境打包配置 index 4d84444..e0b58cd 100644 --- a/public/测试环境打包配置 +++ b/public/测试环境打包配置 @@ -1,4 +1,19 @@ + +--- 测试环境 { "BASE_URL":"http://192.168.0.66:8500/UDIC_UDI_Server", "Download_URL": "https://www.udims.com/UDI_DL_Server_test" } + + +--- 开发环境 +{ + "BASE_URL":"http://192.168.0.200:9995", + "Download_URL": "https://www.udims.com/UDI_DL_Server_test" +} + +--- 正式环境 +{ + "BASE_URL":"https://www.udims.com/UDIC_UDI_Server", + "Download_URL": "https://www.udims.com/UDI_DL_Server_test" +}