Authored by 鲁尚清

【无】资源管理页进入时接口地址报错

@@ -838,7 +838,7 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form', @@ -838,7 +838,7 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form',
838 }); 838 });
839 //start lsq 根据资源类型resType获取动态添加的列表字段 2022-08-05 839 //start lsq 根据资源类型resType获取动态添加的列表字段 2022-08-05
840 admin.req({ 840 admin.req({
841 - url: this.domainName + "/api-web/resource/expand/list?resType=" + resType 841 + url: common.domainName + "/api-web/resource/expand/list?resType=" + resType
842 , done: function (res) { 842 , done: function (res) {
843 if (res && res.data ) { 843 if (res && res.data ) {
844 let arr=res.data; 844 let arr=res.data;