From 8e8e161971d8876e159f94e7e0f9e0d52d548e8a Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Mon, 07 Mar 2022 17:23:34 +0800 Subject: [PATCH] 实现同级显示的单选、多选框组件 --- bases/Fetcher.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bases/Fetcher.js b/bases/Fetcher.js index 0d123b0..8d6a045 100644 --- a/bases/Fetcher.js +++ b/bases/Fetcher.js @@ -510,7 +510,7 @@ return path; } // 绝对路径 - if (/^(\/upload|\/static)/.test(path)) { + if (/^(\/upload|\/static|\/mini|\/assets)/.test(path)) { return Fetcher.host + path; } // 部分路径 -- Gitblit v1.9.1