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