index.ts 175 B

12345678910
  1. export enum PAGE_KEY {
  2. Home,
  3. Access,
  4. Login,
  5. PlatformMenu,
  6. ProjectSelection
  7. }
  8. export const BuildNodeCode = 'func-01-build'
  9. export const OpsNodeCode = 'func-01-build'