From 9370afd29a8f6662921cc3f0f9e0f78890061326 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期三, 30 八月 2023 14:55:56 +0800 Subject: [PATCH] 资源查询接口对接调试,功能优化;资源管理页面新增,修改功能优化 --- public/config/config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index d7cf7fd..e69d286 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -1,6 +1,6 @@ var isWeb = location.hostname.indexOf("103.85.165.") > -1; -const webUrl = location.href.indexOf("/web") > -1 ? "/web" : ""; +const webUrl = location.href.indexOf("/middle") > -1 ? "/middle" : ""; var is_production = false;//鍒ゆ柇鏄惁涓虹敓浜х幆澧� -- Gitblit v1.9.3