提交 6eb0e98b 编写于 作者: 雪洛's avatar 雪洛

docs: update log

上级 dbe1cd5c
......@@ -56,7 +56,7 @@ function uniCloudPlugin(): UniVitePlugin {
process.env.NODE_ENV === 'production'
) {
console.warn(
'发布H5,需要在uniCloud后台操作,绑定安全域名,否则会因为跨域问题而无法访问。教程参考:https://uniapp.dcloud.net.cn/uniCloud/publish.html#useinh5'
'发布到Web端需要在uniCloud后台操作,绑定安全域名,否则会因为跨域问题而无法访问。教程参考:https://uniapp.dcloud.net.cn/uniCloud/publish.html#useinh5'
)
}
return {}
......@@ -76,9 +76,8 @@ function uniCloudPlugin(): UniVitePlugin {
if (process.env.UNI_PLATFORM === 'h5' && !process.env.UNI_SSR_CLIENT) {
console.log()
console.log(
'欢迎将H5站部署到uniCloud前端网页托管平台,高速、免费、安全、省心,详见:'
'欢迎将Web站点部署到uniCloud前端网页托管平台,高速、免费、安全、省心,详见: https://uniapp.dcloud.io/uniCloud/hosting'
)
console.log('https://uniapp.dcloud.io/uniCloud/hosting')
}
},
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册