From dc9784b9f149e15b0ddfb439135fe712ba2f8e8b Mon Sep 17 00:00:00 2001
From: zhanmingkan <496160012@qq.com>
Date: 星期一, 16 五月 2022 12:59:12 +0800
Subject: [PATCH] Merge branch 'master' of ssh://117.78.1.188:29418/DDE-WEB
---
assets/js/indexAI.js | 31 ++++++++++++++++++++++++++++++-
1 files changed, 30 insertions(+), 1 deletions(-)
diff --git a/assets/js/indexAI.js b/assets/js/indexAI.js
index 7e22625..44518e1 100644
--- a/assets/js/indexAI.js
+++ b/assets/js/indexAI.js
@@ -47,7 +47,7 @@
layer.closeAll();//棣栧厛鍏抽棴鎵�鏈夌殑寮圭獥
layer.open({
type: 2,
- title: '<i class="iconfont icon-dituliulan i-item" style="font-size: 18px; color: white;"></i> ' + " 鍏宠仈椤圭洰",
+ title: '<i class="iconfont icon-dituliulan i-item" style="font-size: 18px; color: white;"></i> ' + " 鍓栭潰鍏ㄦ櫙",
maxmin: true,
skin: 'layer-ext-myskin',
shade: 0,
@@ -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: ['290px', '340px'],
+ 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