域名项目 增加 TEST 测试

This commit is contained in:
joylink_fanyuhong 2021-12-31 10:13:02 +08:00
parent 838c32df01
commit 3834766080

View File

@ -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() {