mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-10 20:57:14 +08:00
style: 优化部分前端样式及格式
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
.footer-wrap {
|
||||
text-align: center;
|
||||
.arco-link {
|
||||
padding: 1px 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
.arco-typography {
|
||||
|
@@ -52,7 +52,7 @@ export default function setupPermissionGuard(router: Router) {
|
||||
const destination =
|
||||
Permission.findFirstPermissionRoute(
|
||||
[...fixedRoutes, ...demoRoutes],
|
||||
userStore.roles[0]
|
||||
userStore.roles[0]
|
||||
) || NOT_FOUND;
|
||||
next(destination);
|
||||
}
|
||||
|
@@ -77,7 +77,6 @@
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { ref } from 'vue';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
import { useAppStore } from '@/store';
|
||||
import getFile from '@/utils/file';
|
||||
import useResponsive from '@/hooks/responsive';
|
||||
@@ -86,7 +85,6 @@
|
||||
import PhoneLogin from './components/phone-login.vue';
|
||||
import EmailLogin from './components/email-login.vue';
|
||||
|
||||
const { t } = useI18n();
|
||||
const appStore = useAppStore();
|
||||
useResponsive(true);
|
||||
const isEmailLogin = ref(false);
|
||||
|
Reference in New Issue
Block a user