perf: promserver重构、开始抽取常量
This commit is contained in:
11
nezha-fronted/src/components/common/js/constants.js
Normal file
11
nezha-fronted/src/components/common/js/constants.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export const promServer = {
|
||||
typeOption: [
|
||||
{
|
||||
key: 1,
|
||||
value: 'Global'
|
||||
}, {
|
||||
key: 2,
|
||||
value: 'Per-Datacenter'
|
||||
}
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user