Files
zszq-trs/YLErpWeb/Views/Shared/_PartialLayout.cshtml
T
2024-05-09 14:06:26 +08:00

9 lines
175 B
Plaintext

@{
var config = new
{
Company = PS.Config.Company.ToString()
};
}
<script>
var ylotc = Object.assign(ylotc || {},@Json.Serialize(config));
</script>