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