Vue 로그인 경로 admin 추가

This commit is contained in:
이진기
2024-11-19 15:51:49 +09:00
parent aef25bc3dc
commit aed1321d88
6 changed files with 5 additions and 42 deletions

View File

@@ -10,7 +10,7 @@ import { LogoutOutlined } from '@ant-design/icons-vue';
</a-button>
</a-col>
<router-link to="/login" style="color: #1890ff">
<router-link to="/admin/login" style="color: #1890ff">
로그아웃
</router-link>