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

22 lines
435 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-17 00:29:38 +00:00
});