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

--
Gitblit v1.9.1