ソースを参照

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

star7th 4 年 前
コミット
04b43ddd0d

+ 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 = {}