From 20e01c4c7a69451defb78bcd5cc030d9676ca8a9 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期五, 18 八月 2023 18:15:40 +0800 Subject: [PATCH] 图层加载服务配置文件修改 --- src/assets/js/Map/config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/assets/js/Map/config.js b/src/assets/js/Map/config.js index 24aad91..7eccce8 100644 --- a/src/assets/js/Map/config.js +++ b/src/assets/js/Map/config.js @@ -1,5 +1,5 @@ //鏄惁涓虹敓浜х幆澧� -const isWeb = false; +const isWeb = true; //鏄惁涓虹敓浜х幆澧� const webUrl = isWeb ? "/web" : ""; //閰嶇疆鏂囦欢鍦板潃 -- Gitblit v1.9.3