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

31 lines
601 B
JavaScript
Raw Normal View History

2020-07-17 00:29:38 +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-17 00:29:38 +00:00
base: rootPath + "module/",
version: true
2020-07-15 21:22:46 +00:00
}).extend({
2020-07-17 00:29:38 +00:00
admin: "admin",
menu: "menu",
frame: "frame",
tab: "tab",
echarts: "echarts",
echartsTheme: "echartsTheme",
hash: "hash",
document: "document",
select: "select",
2020-07-18 20:13:43 +00:00
drawer: "drawer",
notice: "notice",
2020-07-19 12:25:57 +00:00
step:"step",
tag:"tag",
popup:"popup",
2020-07-21 02:44:13 +00:00
iconPicker:"iconPicker",
treetable:"treetable",
2020-07-21 03:39:57 +00:00
dtree:"dtree",
2020-07-21 11:23:19 +00:00
tinymce:"tinymce/tinymce",
2020-07-22 22:12:56 +00:00
area:"area",
count:"count"
2020-07-17 00:29:38 +00:00
});