WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2022-01-20 3bfd69b33ad6b5c7c5ada276809da8f27c403d74
bases/Fetcher.js
@@ -510,7 +510,7 @@
                    return path;
                }
                // 绝对路径
                if (/^(\/upload|\/static)/.test(path)) {
                if (/^(\/upload|\/static|\/mini)/.test(path)) {
                    return Fetcher.host + path;
                }
                // 部分路径