WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2022-03-08 d7b9586e7e6c0fc62b0f8e326fc7c94c402768e2
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;
                }
                // 部分路径