From 75f3efa38a61dbdb9a027e17b3cc420f7924b24d Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 28 Feb 2024 15:13:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8v-viewer=E7=9A=84=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/lib/js/directives.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/lib/js/directives.js b/ui/lib/js/directives.js index e9e3aafb..33fe6ad2 100644 --- a/ui/lib/js/directives.js +++ b/ui/lib/js/directives.js @@ -27,7 +27,7 @@ const map = { } } }, - viewer: viewer({debug: true}) + viewer: viewer({debug: false}) }