Revert "update 优化 删除无用变量"
This reverts commit 150f1d793c8f471f68aa5c7f6dc5867d4afd7d81.
| | |
| | | import { LoginData, TenantVO } from '@/api/types'; |
| | | import { to } from 'await-to-js'; |
| | | import { HttpStatus } from '@/enums/RespEnum'; |
| | | import { useI18n } from 'vue-i18n'; |
| | | |
| | | const userStore = useUserStore(); |
| | | const router = useRouter(); |
| | | const { t } = useI18n(); |
| | | |
| | | const loginForm = ref<LoginData>({ |
| | | tenantId: '000000', |
| | |
| | | import { getCodeImg, register, getTenantList } from '@/api/login'; |
| | | import { RegisterForm, TenantVO } from '@/api/types'; |
| | | import { to } from 'await-to-js'; |
| | | import { useI18n } from 'vue-i18n'; |
| | | |
| | | const router = useRouter(); |
| | | |
| | | const { t } = useI18n(); |
| | | |
| | | const registerForm = ref<RegisterForm>({ |
| | | tenantId: '', |
| | | username: '', |