From 45dd3db6c60dee75848cb6f6ba1f320cd030555f Mon Sep 17 00:00:00 2001 From: dingyongliang Date: Thu, 6 Jul 2023 16:58:38 +0800 Subject: [PATCH] * zin: zeneditor use remote url. --- lib/zin/wg/pagebase/v1.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/zin/wg/pagebase/v1.php b/lib/zin/wg/pagebase/v1.php index d2d1727516..f05105e595 100644 --- a/lib/zin/wg/pagebase/v1.php +++ b/lib/zin/wg/pagebase/v1.php @@ -73,7 +73,8 @@ class pageBase extends wg $currentLang = $this->props->get('lang'); if(empty($currentLang)) $currentLang = $app->getClientLang(); - $zeneditorPath = $app->getWebRoot() . 'js/zeneditor/tiptap-component.esm.js'; + // $zeneditorPath = $app->getWebRoot() . 'js/zeneditor/tiptap-component.esm.js'; + $zeneditorPath = 'https://zui-dist.oop.cc/zeneditor/tiptap-component.esm.js'; return h::html (