feat(personalData): 去掉客户相关字样

This commit is contained in:
2026-08-05 19:27:49 +08:00
parent 380c495f40
commit 97d51c05ea
8 changed files with 32 additions and 22 deletions
+2 -2
View File
@@ -26,12 +26,12 @@ export function isShowIdCard() {
return (res.VITE_PLATFORM !== 'JD') as boolean;
}
// 判断是否为青海
// 判断是否为
export function isQH() {
const res = getEnvInfo();
return (res.VITE_PLATFORM === 'QH') as boolean;
}
// 判断是否为油田
// 判断是否为
export function isYT() {
const res = getEnvInfo();
return (res.VITE_PLATFORM === 'YT') as boolean;