Explorar o código

Fixed a problem where table type items do not support special symbols / 修复表格类型项目不支持特殊符号的问题

star7th %!s(int64=4) %!d(string=hai) anos
pai
achega
04b43ddd0d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web_src/src/components/item/show/show_table_item/Index.vue

+ 1 - 1
web_src/src/components/item/show/show_table_item/Index.vue

@@ -139,7 +139,7 @@ export default {
                   }[tag] || tag)
               )
             objData = JSON.parse(
-              unescapeHTML(decodeURIComponent(response.data.page_content))
+              unescapeHTML(response.data.page_content)
             )
           } catch (error) {
             objData = {}