const ShopIdKey = 'cereShopId' const ProjectKey = 'project' export function setShopId(shopId) { return sessionStorage.setItem(ShopIdKey, shopId) } export function getShopId() { var fullUrl = window.location.search; if (fullUrl.indexOf("?") != -1) { fullUrl = fullUrl.substring(1); var paramStrs = fullUrl.split("&"); for(let i=0;i