/** service worker 预览路径前缀 */ export const swPrefix = '/oceanpress_preview/' /** 向 service worker 上传配置文件的接口路径 */ export const swConfigsPrefix = `${swPrefix}configs`