This commit is contained in:
aozhiwei 2024-11-04 15:06:02 +08:00
parent b3f27fdc06
commit bbbff6d101

View File

@ -71,7 +71,7 @@ class ServerSwitchService {
$redis->pexpire(self::SERVER_SWITCH_KEY , 10*1000);
}
if (myself()->_getZid() == 17) {
$data['ui.popup.circuitTask'] = 1;
$data['normal']['ui.popup.circuitTask'] = 1;
}
return $data;
}