UNPKG

@egova/components

Version:

components

14 lines (13 loc) 307 B
export const global = <any>window; /** * 公共配置 */ export let commonSetting = { ...{ // 后端地址 baseUrl: "http://www.egova.top:30052/gateway", securityServer: "/security-server", adminServer: "admin-server" }, ...global.commonSetting };