mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-08-07 15:01:38 +08:00
清理layui扩展引入
This commit is contained in:
parent
71898bf5ec
commit
fca03feb35
@ -1,7 +1,6 @@
|
|||||||
layui.config({
|
layui.extend({
|
||||||
base: '/static/lib/layui/extends/'
|
kgDropdown: '/static/lib/layui/extends/kg-dropdown',
|
||||||
}).extend({
|
helper: '/static/lib/layui/extends/helper',
|
||||||
kgDropdown: 'kg-dropdown'
|
|
||||||
});
|
});
|
||||||
|
|
||||||
layui.use(['jquery', 'form', 'element', 'layer', 'kgDropdown'], function () {
|
layui.use(['jquery', 'form', 'element', 'layer', 'kgDropdown'], function () {
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
layui.config({
|
layui.extend({
|
||||||
layimPath: '/static/lib/layui/extends/layim/',
|
|
||||||
layimAssetsPath: '/static/lib/layui/extends/layim/assets/',
|
|
||||||
}).extend({
|
|
||||||
layim: layui.cache.layimPath + 'layim',
|
|
||||||
layarea: '/static/lib/layui/extends/layarea',
|
layarea: '/static/lib/layui/extends/layarea',
|
||||||
helper: '/static/lib/layui/extends/helper',
|
helper: '/static/lib/layui/extends/helper',
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user