Revert "perf: add aotu components"

This reverts commit 763e9c1297.
This commit is contained in:
xingyu4j
2022-11-17 17:11:36 +08:00
parent 410d5eb7a3
commit a13cb8698d
37 changed files with 69 additions and 28 deletions

View File

@@ -1,6 +1,16 @@
<script setup lang="ts">
import { useIcon } from '@/hooks/web/useIcon'
import LoginFormTitle from './LoginFormTitle.vue'
import {
ElForm,
ElFormItem,
ElInput,
ElCheckbox,
ElCol,
ElLink,
ElRow,
ElDivider
} from 'element-plus'
import { reactive, ref, unref, onMounted, computed, watch } from 'vue'
import * as LoginApi from '@/api/login'
import { setToken, setTenantId } from '@/utils/auth'