refactor: login page (#259)

This commit is contained in:
啝裳
2022-04-30 20:52:06 +08:00
committed by GitHub
parent 3d304457f5
commit bedbf8077b
26 changed files with 1863 additions and 1164 deletions

View File

@@ -8,7 +8,7 @@ export default {
import { getCardList } from "/@/api/list";
import ReCard from "/@/components/ReCard";
import { ref, onMounted, nextTick } from "vue";
import DialogForm from "./components/DialogForm.vue";
import dialogForm from "./components/DialogForm.vue";
import { ElMessage, ElMessageBox } from "element-plus";
import { useRenderIcon } from "/@/components/ReIcon/src/hooks";
@@ -172,6 +172,6 @@ const handleManageProduct = product => {
/>
</template>
</div>
<DialogForm v-model:visible="formDialogVisible" :data="formData" />
<dialogForm v-model:visible="formDialogVisible" :data="formData" />
</div>
</template>