修复长描述回显问题

This commit is contained in:
liaozetao
2024-04-18 15:45:35 +08:00
parent d8975ca0e0
commit 29e3edd925

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,