공통데이터 관리 수정

This commit is contained in:
yangsh
2025-12-31 15:11:40 +09:00
parent 38444fcb4f
commit 04a06f1781
36 changed files with 1351 additions and 139 deletions

View File

@@ -28,6 +28,10 @@
<?= $this->renderSection('modals') ?>
<?php if ($pwExpire): ?>
<?= $this->include('layouts/widget/pwModal') ?>
<?php endif; ?>
<script type="text/javascript">
const tpl = document.querySelector('.my-loader-template')
const usrLevel = <?= session('usr_level') != null ? session('usr_level') : '' ?>