Commit 2110a749 authored by 智勇's avatar 智勇

fix

parent d89156fb
...@@ -67,8 +67,8 @@ export function formatStatus(tsatus) { ...@@ -67,8 +67,8 @@ export function formatStatus(tsatus) {
} }
} }
export function formatImages(images) { export function formatImages(images) {
return images.map(i => i.split(':')[1]).join(',') // return images.map(i => i.split(':')[1]).join(',')
// return images.replace('ccr.ccs.tencentyun.com/qa-base/', '') return images.replace('ccr.ccs.tencentyun.com/qa-base/', '')
} }
export function filterTag(image) { export function filterTag(image) {
......
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