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