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