How to implement dynamic routing at deployment time without repeated builds

System Information
  • Strapi Version:
    3.6.10
  • Operating System:
    win10/linux
  • Database:
    mysql
  • Node Version:
    14
  • NPM Version:
    6
  • Yarn Version:

Now there is a requirement that many companies will deploy our project. I plan to access different companies through http://host:port/{enterprise name}/admin, but at the same time, every time the url is changed, it must be rebuilt. Is there any way I can not build it?