@@ -34,8 +34,7 @@ export default {
if (
["cugr.ecs.qmth.com.cn", "ecs-dev.qmth.com.cn"].includes(
localStorage.getItem("domain")
- ) &&
- !localStorage.getItem("phoneVerified:" + this.user.phoneNumber)
+ )
) {
this.phoneModal = true;
}