diff --git a/disk-cloud/src/main/resources/template/js/commonFile/fileConsoleListCommon.js b/disk-cloud/src/main/resources/template/js/commonFile/fileConsoleListCommon.js index 713588ce78fa6b8cd68fb81fff8639691022318e..bba2a0c147eb31da12e9ef1050ae929ca041207f 100644 --- a/disk-cloud/src/main/resources/template/js/commonFile/fileConsoleListCommon.js +++ b/disk-cloud/src/main/resources/template/js/commonFile/fileConsoleListCommon.js @@ -27,7 +27,7 @@ function createFolder(folderId, refreshCallBack, initDragCallBack, currentUserId name: '新建文件夹' }; AjaxPostUtil.request({url: sysMainMation.diskCloudBasePath + "insertFileCatalog", params: params, type: 'json', method: 'POST', callback: function (json) { - initNewFolder(json.bean.id, json.bean.name, '../../assets/images/folder-show.png', true, currentUserId); + initNewFolder(json.bean.id, json.bean.name, '../../assets/images/icon/folder-show.png', true, currentUserId); // 刷新节点 if(typeof(refreshCallBack) == "function") { refreshCallBack(); @@ -88,7 +88,7 @@ layui.define(["jquery"], function(exports) { $("body").on("click", ".showFileType", function (e) { $(".showFileType").find("img").attr("src", ""); $(".showFileType").find("img").hide(); - $(this).find("img").attr("src", "../../assets/images/icon_choose.png"); + $(this).find("img").attr("src", "../../assets/images/icon/icon_choose.png"); $(this).find("img").show(); if($(this).attr("data-type") === '1'){ $("#showTypeChoose").find("i").attr("class", "fa fa-th-large"); diff --git a/disk-cloud/src/main/resources/template/js/fileconsole/fileconsolelist.js b/disk-cloud/src/main/resources/template/js/fileconsole/fileconsolelist.js index 2b80900e19461304f4cd8a92ec3e60eb0c6ad071..3d0d67a5578b0180e61bcf2d391e0753a502135f 100644 --- a/disk-cloud/src/main/resources/template/js/fileconsole/fileconsolelist.js +++ b/disk-cloud/src/main/resources/template/js/fileconsole/fileconsolelist.js @@ -793,7 +793,7 @@ layui.config({ orderBy = $(this).attr("data-type"); $(".orderBy").find("img").attr("src", ""); $(".orderBy").find("img").hide(); - $(this).find("img").attr("src", "../../assets/images/icon_choose.png"); + $(this).find("img").attr("src", "../../assets/images/icon/icon_choose.png"); $(this).find("img").show(); loadThisFolderChild(); } @@ -1397,7 +1397,7 @@ layui.config({ }, menu: [{ text: "新建文件夹", - img: "../../assets/images/create-folder-icon.png", + img: "../../assets/images/icon/create-folder-icon.png", callback: function() { createFolder(folderId, refreshTreePointNode, initMenuToBox, currentUserId); } @@ -1412,7 +1412,7 @@ layui.config({ } }, { text: "html文件", - img: "../../assets/images/html-icon.png", + img: "../../assets/images/icon/html-icon.png", callback: function() { createNumpyFile("html", folderId, loadThisFolderChild()); } @@ -1444,7 +1444,7 @@ layui.config({ img: "../../assets/images/upload-icon.png", children: [{ text: "上传文件", - img: "../../assets/images/file-icon.png", + img: "../../assets/images/cloud/file-icon.png", callback: function() { _openNewWindows({ url: "../../tpl/fileconsole/fileconsoleupload.html", @@ -1459,7 +1459,7 @@ layui.config({ } }, { text: "上传文件夹", - img: "../../assets/images/folder-icon.png", + img: "../../assets/images/icon/folder-icon.png", callback: function() { _openNewWindows({ url: "../../tpl/fileconsole/filefolderupload.html", @@ -1511,7 +1511,7 @@ layui.config({ text: "--" }, { text: "已支持文件类型", - img: "../../assets/images/file-sketch-icon.png", + img: "../../assets/images/icon/file-sketch-icon.png", callback: function() { _openNewWindows({ url: "../../tpl/fileconsole/showFileInLine.html", diff --git a/disk-cloud/src/main/resources/template/tpl/fileconsole/fileconsolelist.html b/disk-cloud/src/main/resources/template/tpl/fileconsole/fileconsolelist.html index ac5b42bd1cc67f107c5d263ace5734ef151c0a1e..af450780686b111a3f4a4ced059de51dc9822444 100644 --- a/disk-cloud/src/main/resources/template/tpl/fileconsole/fileconsolelist.html +++ b/disk-cloud/src/main/resources/template/tpl/fileconsole/fileconsolelist.html @@ -80,7 +80,7 @@