perf: promserver重构、开始抽取常量

This commit is contained in:
chenjinsong
2020-07-15 20:43:19 +08:00
parent 20a7cc2147
commit ed91fd20ce
7 changed files with 257 additions and 392 deletions

View File

@@ -0,0 +1,11 @@
export const promServer = {
typeOption: [
{
key: 1,
value: 'Global'
}, {
key: 2,
value: 'Per-Datacenter'
}
],
};