@@ -14,8 +14,8 @@ export const routerOpenInNewWindow = routerPath => { | |||
* @returns | |||
*/ | |||
export const formatImg = path => { | |||
// return path ? `${process.env.VUE_APP_PARK_DOMAIN}/common/getImg?path=${path}` : ""; | |||
return path ? `http://192.168.18.236:18888/common/getImg?path=${path}` : ""; | |||
return path ? `${process.env.VUE_APP_PARK_DOMAIN}/common/getImg?path=${path}` : ""; | |||
// return path ? `http://192.168.18.236:18888/common/getImg?path=${path}` : ""; | |||
}; | |||
/** |