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.
|
|
|
/*!
|
|
* 用于打包聚合版,该文件不会存在于构建后的目录
|
|
*/
|
|
|
|
layui.define(function(exports){
|
|
var cache = layui.cache;
|
|
layui.config({
|
|
dir: cache.dir.replace(/lay\/dest\/$/, '')
|
|
});
|
|
exports('layui.all', layui.v);
|
|
}); |