# 启动浏览器打开各个服务 Start-Process "https://localhost:44399" # AuthServer Start-Process "https://localhost:44354" # BackendAdminApp Start-Process "https://localhost:44335" # PublicWebSite Start-Process "https://localhost:44344/swagger" # ProductService Start-Process "https://localhost:44368/swagger" # IdentityService Start-Process "https://localhost:44357/swagger" # BloggingService Start-Process "https://localhost:44336/swagger" # TenantManagementService