wupengfei
2025-03-21 77f32b6d96237dc874ca81c0ecab1a21500cc5ab
src/constants/app.ts
@@ -1,4 +1 @@
export const AppType = import.meta.env.VITE_AppType || 'one';
export const isJYB =
  AppType === 'other' || AppType === 'jx' || AppType === 'jy' || AppType === 'backup';
export const AppType = import.meta.env.VITE_AppType || 'other';