From d412575f6c884dd1d42c02b2e6c895cbc14a787a Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Mon, 21 Feb 2022 10:53:12 +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..d850bd8 100644
--- a/bases/Fetcher.js
+++ b/bases/Fetcher.js
@@ -510,7 +510,7 @@
                     return path;
                 }
                 // 绝对路径
-                if (/^(\/upload|\/static)/.test(path)) {
+                if (/^(\/upload|\/static|\/mini)/.test(path)) {
                     return Fetcher.host + path;
                 }
                 // 部分路径

--
Gitblit v1.9.1