perf: 优化手机客户端登录页切换主题提示

This commit is contained in:
kuaifan 2022-05-15 18:11:52 +08:00
parent 04bc5d7d17
commit 72e0f9b798

View File

@ -217,7 +217,11 @@ export default {
return;
}
if (!$A.isChrome()) {
if ($A.isEEUiApp) {
$A.modalWarning("仅Android设置支持主题功能");
} else {
$A.modalWarning("仅客户端或Chrome浏览器支持主题功能");
}
return;
}
switch (mode) {