From cb37a378c91135c8c442060601f308a698db4644 Mon Sep 17 00:00:00 2001
From: BaoXs <bao_dida@163.com>
Date: 星期六, 14 五月 2022 17:07:44 +0800
Subject: [PATCH] Merge branch 'master' of http://117.78.1.188:8089/r/DDE-WEB

---
 assets/utils/popup.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/assets/utils/popup.js b/assets/utils/popup.js
index 3162ba4..7ba4aff 100644
--- a/assets/utils/popup.js
+++ b/assets/utils/popup.js
@@ -18,7 +18,8 @@
     $(_this.viewer.container).append( _this.ctn);
     //娴嬭瘯寮圭獥鍐呭
     var testConfig = {
-        header:_this.entity._name,
+        header:_this.entity.title,
+        //header:"",
         content:'<img class="image" style="width:100%;height:100%;max-width:200px;max-height:150px" src=""></img>'
     }
     _this.ctn.append(_this.createHtml(testConfig.header,testConfig.content,_this.id));

--
Gitblit v1.9.1