const url_ = "http://ld.win.sa0.online:81"; const img = (mark) => { if (mark === '') return url_; return `${url_}/${mark}`; } export default img;