mirror of
https://github.com/tznb1/TwoNav.git
synced 2025-08-10 08:51:49 +00:00
12 lines
250 B
JavaScript
12 lines
250 B
JavaScript
|
|
/*!
|
|
* 用于打包聚合版,该文件不会存在于构建后的目录
|
|
*/
|
|
|
|
layui.define(function(exports){
|
|
var cache = layui.cache;
|
|
layui.config({
|
|
dir: cache.dir.replace(/lay\/dest\/$/, '')
|
|
});
|
|
exports('layui.all', layui.v);
|
|
}); |