Administrator
2025-04-25 08358962c14b6e9572aa80927849c1408e467479
1
2
3
4
5
layui.define([],function(exports){
    exports('api',{
        getMenus: 'menu/' + currentUser.username + '?invalid_ie_cache=' + new Date().getTime()
    });
});