修复长描述回显问题

This commit is contained in:
liaozetao
2024-04-18 15:45:35 +08:00
parent 689f78e68d
commit 9637ddccb1

View File

@@ -273,7 +273,7 @@ export default {
if (authIntro.startsWith('{') && authIntro.endsWith('}')) {
authIntro = JSON.parse(authIntro);
} else {
authIntro = {
i.authIntro = {
zh: authIntro,
ar: authIntro,
en: authIntro,