wupengfei
3 天以前 e3271aaeb41fd1b5203b2926b7eeb132651417a7
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,
};