zhengyiming
6 天以前 613d1a6ff31ca384c51d786819b27136d393a181
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,
};