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