Skip to content

Commit 015ff9e

Browse files
author
奇淼(piexlmax
authored
Merge pull request #271 from HXSecurity/sca-feature
add defaultStatus
2 parents 6d1091d + 5bb7aad commit 015ff9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/setting/components/status.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ export default class Status extends VueBase {
2323
return { class: 'close', label: '暂停中' }
2424
case 4:
2525
return { class: 'uninstrall', label: '已离线' }
26+
default:
27+
return { class: 'uninstrall', label: '已离线' }
2628
}
2729
}
2830
}

0 commit comments

Comments
 (0)