zhengyiming
5 天以前 ea419e5d4d95728a5654b0cb4bb3fb7634e2660a
src/constants/app.ts
@@ -1 +1,6 @@
export const AppType = import.meta.env.VITE_AppType || 'one';
export const AppLocalConfig = {
  userType: EnumUserType.Operation,
  clientType: EnumClientType.PcWeb,
};