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

chore: update error tips

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