域名项目 增加 TEST 测试
This commit is contained in:
parent
838c32df01
commit
3834766080
@ -94,7 +94,7 @@ export default {
|
||||
return this.projectMap[getSessionStorage('project')];
|
||||
},
|
||||
projectList() {
|
||||
return [{value: 'default', label: '默认'}, ...ProjectList];
|
||||
return [{value: 'default', label: '默认'}, { value: 'test', label: '测试' }, ...ProjectList];
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
Loading…
Reference in New Issue
Block a user