更新设备变量信息

This commit is contained in:
dell
2023-03-10 16:39:21 +08:00
parent d62c6b0122
commit 80564727ea
739 changed files with 512610 additions and 0 deletions

View File

@ -0,0 +1,11 @@
/**
* 用于打包聚合版,该文件不会存在于构建后的目录
*/
layui.define(function(exports){
var cache = layui.cache;
layui.config({
dir: cache.dir.replace(/lay\/dest\/$/, '')
});
exports('layui.all', layui.v);
});