UNPKG

sws-micro-app-adapter

Version:
10 lines (9 loc) 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * 在微应用环境下获取静态资源访问路径 */ var getPublicPath = function () { return window.__WUJIE_PUBLIC_PATH__; }; exports.default = getPublicPath;