revert: rollback Fluent UI and Blazor homepage to last successful state (3be3794)
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
window.taxbaikAdminSession = {
|
||||
syncRouteClass: function () {
|
||||
const isLogin = window.location.pathname.toLowerCase().endsWith('/admin/login');
|
||||
document.documentElement.classList.toggle(
|
||||
'admin-login-route',
|
||||
isLogin);
|
||||
|
||||
if (isLogin) {
|
||||
document.title = '백원숙 세무회계 - 관리자 로그인';
|
||||
}
|
||||
window.location.pathname.toLowerCase().endsWith('/admin/login'));
|
||||
},
|
||||
|
||||
getViewportWidth: function () {
|
||||
|
||||
Reference in New Issue
Block a user