Why is there no port access after changing the apache port?

the artificial customer service system installed by the company uses port 80 of my apache, so if I change my apache port now, my website can only be accessed through XXXX.com:8080 if I use the domain name. Is there any way to hide this port number?
I use thinkPHP + apache2.4 environment configuration

Jun.18,2021
The

port can be omitted unless it is standard, while there are only two 80-> http, 443-> https, in the standard. You can try https,. In addition, you can use different domain names and url under the same port, which can be done through an apache multi-virtual host.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b387ec-406a6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b387ec-406a6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?