上云测试切换地址分支提交

This commit is contained in:
2024-05-09 11:32:08 +08:00
parent 1e0827b60a
commit 8620e43194
6 changed files with 7 additions and 7 deletions

View File

@@ -24,9 +24,9 @@ if (process.env.npm_config_preview || rawArgv.includes('--preview')) {
)
app.listen(port, function () {
console.log(chalk.green(`> Preview at http://152.136.42.114:${port}${publicPath}`))
console.log(chalk.green(`> Preview at http://39.105.207.27:${port}${publicPath}`))
if (report) {
console.log(chalk.green(`> Report at http://152.136.42.114:${port}${publicPath}report.html`))
console.log(chalk.green(`> Report at http://39.105.207.27:${port}${publicPath}report.html`))
}
})