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