[https://github.com/yugasun/micro-frontend-starter/blob/main/packages/subapp1/vite.config.ts](https://github.com/yugasun/micro-frontend-starter/blob/main/packages/subapp1/vite.config.ts) 中的代码 ``` // TODO: change to real deploy domain const DEPLOY_URL = 'http://localhost:8001'; ``` 在部署到不同服务器时候,只能写死?