NonInventPurchasingSystem/CPRNIMS.WebApps/wwwroot/js/Security/userRole.js
2026-01-20 07:44:30 +08:00

5 lines
139 B
JavaScript

var AppSettings = {
UserRights: @Viewbag.AppSettings, // Replace with the actual user role
// Add other global settings here
};