更新layui,新增个人信息修改

This commit is contained in:
mkg
2021-04-01 23:51:41 +08:00
parent 3e98b4e656
commit b9301046da
426 changed files with 164950 additions and 82432 deletions
+2 -9
View File
@@ -1,17 +1,11 @@
/**
* 全局路径引用容错处理
* */
window.rootPath = (function(src) {
src = document.scripts[document.scripts.length - 1].src;
return src.substring(0, src.lastIndexOf("/") + 1);
})();
/**
* 核心依赖
* */
layui.config({
base: rootPath + "modules/",
version: "3.6.7.Release"
base: rootPath + "module/",
version: "3.7.6.Release"
}).extend({
admin: "admin", // 框架布局组件
menu: "menu", // 数据菜单组件
@@ -35,7 +29,6 @@ layui.config({
topBar: "topBar", // 置顶组件
button: "button", // 加载按钮
design: "design", // 表单设计
dropdown: "dropdown", // 下拉组件
card: "card", // 数据卡片组件
loading: "loading", // 加载组件
cropper:"cropper", // 裁剪组件