From ad3562d25c2bcb4044ba631bd91d20703ab3bfe7 Mon Sep 17 00:00:00 2001
From: zhanmingkan <496160012@qq.com>
Date: 星期二, 17 五月 2022 11:36:41 +0800
Subject: [PATCH] Merge branch 'master' of ssh://117.78.1.188:29418/DDE-WEB
---
assets/js/indexAI.js | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/assets/js/indexAI.js b/assets/js/indexAI.js
index 5398530..ee9e591 100644
--- a/assets/js/indexAI.js
+++ b/assets/js/indexAI.js
@@ -122,6 +122,35 @@
});
}
+//shp鍥惧眰
+function shpFeature(){
+ layui.use(['element', 'layer', 'form', 'upload', 'tree', 'util'], function () {
+ var layer = layui.layer;
+ layer.config({
+ extend: 'myskin/style.css' //鍚屾牱闇�瑕佸厛鍔犺浇鏂扮毊鑲�
+ });
+ layer.closeAll();
+ layer.open({
+ type: 2,
+ title: '<i class="iconfont icon-shichuang i-item" style="font-size: 18px; color: white;"></i>' + ' shp娣诲姞',
+ maxmin: true,
+ skin: 'layer-ext-myskin',
+ shade: 0,
+ maxmin: false,
+ scrollbar: false,
+ shadeClose: true, //鐐瑰嚮閬僵鍏抽棴灞�
+ area: ['330px', '380px'],
+ resize: false,
+ offset: [layerPageStyle.offsetX, layerPageStyle.offsetY],
+ content: 'project/shpAdd.html',
+ success: function (layero, index) {
+ dataViewPage = window[layero.find('iframe')[0]['name']];
+ }
+ });
+
+ });
+}
+
//绌洪棿閲忕畻
function measureAnalysis() {
--
Gitblit v1.9.1