Commit 6915fc76 authored by 方斌's avatar 方斌

cdn url

parent 1a02346c
......@@ -23,8 +23,8 @@ class TypeService extends Service {
ret.push({
id: item.id,
name: item.name,
icon: this.config.CDN_BASE_URL + item.icon,
background: this.config.CDN_BASE_URL + item.background,
icon: item.icon,
background: item.background,
});
}
return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment