debug: [barobill] 설정 페이지 디버그 정보 표시

This commit is contained in:
김보곤
2026-02-21 14:30:29 +09:00
parent 6decf0a862
commit d26c3b9cc1

View File

@@ -13,6 +13,14 @@
:icon="'<svg class=&quot;w-7 h-7&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;><path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z&quot; /><path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M15 12a3 3 0 11-6 0 3 3 0 016 0z&quot; /></svg>'"
/>
<!-- DEBUG: 디버그 정보 -->
<div class="bg-yellow-50 border border-yellow-300 rounded-lg p-3 mb-4 text-xs font-mono text-yellow-800">
tenant_id={{ session('selected_tenant_id', 'null') }} |
member_id={{ $barobillMember?->id ?? 'null' }} |
barobill_id={{ $barobillMember?->barobill_id ?? 'null' }} |
hasBarobillLogin={{ $hasBarobillLogin ? 'true' : 'false' }}
</div>
<!-- 서버 모드 제어 위젯 -->
@if($barobillMember)
<div class="bg-white rounded-lg shadow-sm p-6 mb-6">