From a31655ccc56220ee027c22927a9bd55430d2a210 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期五, 25 八月 2023 17:48:18 +0800 Subject: [PATCH] 配置文件修改,图层对比修改 --- public/config/config.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index 55a5acb..f6a3fee 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -1,2 +1,5 @@ const BASE_URL = "http://192.168.20.83:8088/MoonServer/"; //鍚庣鎺ュ彛鍦板潃 -// const BASE_URL = "http://192.168.20.106:9000/MoonServer/"; //鍚庣鎺ュ彛鍦板潃 \ No newline at end of file +// const BASE_URL = "http://192.168.20.106:9000/MoonServer/"; //鍚庣鎺ュ彛鍦板潃 + + +var isWeb = location.hostname.indexOf("103.85.165.") > -1; \ No newline at end of file -- Gitblit v1.9.3