潘志宝
2024-11-07 4c535b57671d7de2f754cdda8f9250106e1ec435
src/utils/constants.ts
@@ -456,3 +456,8 @@
  ENABLE: true, // 启用
  DISABLE: false // 禁用
}
export const CommonInfraBool = {
  TRUE: true, // 启用
  FALSE: false // 禁用
}