Pear-Admin-Layui/component/pear/pear.all.js

33 lines
639 B
JavaScript
Raw Normal View History

2020-07-16 05:15:49 +00:00
window.rootPath = (function(src) {
src = document.scripts[document.scripts.length - 1].src;
return src.substring(0, src.lastIndexOf("/") + 1);
2020-07-15 21:22:46 +00:00
})();
layui.config({
2020-07-16 05:15:49 +00:00
base: rootPath + "module/",
version: true
2020-07-15 21:22:46 +00:00
}).extend({
2020-07-16 05:15:49 +00:00
admin: "admin",
menu: "menu",
frame: "frame",
tab: "tab",
echarts: "echarts",
echartsTheme: "echartsTheme",
hash: "hash",
document: "document",
2020-07-17 00:29:38 +00:00
select: "select",
2020-07-24 07:37:06 +00:00
drawer: "drawer",
notice: "notice",
step:"step",
tag:"tag",
popup:"popup",
iconPicker:"iconPicker",
treetable:"treetable",
dtree:"dtree",
tinymce:"tinymce/tinymce",
area:"area",
count:"count",
topBar: "topBar",
button: "button"
2020-07-16 05:15:49 +00:00
});