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

chore: update error tips

上级 3e5c3d6a
......@@ -84,6 +84,9 @@ class UniID {
_getPlatformConfig () {
const appConfig = this._getAppConfig()
if (!appConfig) {
throw new Error(`Config for current app (${this._clientInfo.appId}) was not found, please check your config file or client appId`)
}
if (this._clientInfo.platform === 'app-plus') {
this._clientInfo.platform = 'app'
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册