You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
447 B

window.rootPath = (function (src) {
src = document.scripts[document.scripts.length - 1].src;
console.log(src.substring(0, src.lastIndexOf("/") + 1))
return src.substring(0, src.lastIndexOf("/") + 1);
})();
layui.config({
base: rootPath,
version: true
}).extend({
http: 'http/http', // 网络请求接口扩展
layarea: 'layarea/layarea' ,// 省市区联动选择器
tinymce: 'tinymce/tinymce' // 富文本编辑器
});