feat: new interface button parameters, control function display
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { UserApiType } from '@/apis/types';
|
||||
import type { UserInfo } from '@vben/types';
|
||||
|
||||
import { request } from '@/forward/request';
|
||||
import { request } from '@/forward';
|
||||
|
||||
/**
|
||||
* 登录
|
||||
|
1
apps/antd-view/src/forward/index.ts
Normal file
1
apps/antd-view/src/forward/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './request';
|
@@ -67,5 +67,10 @@ const loginLoading = computed(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<AuthenticationLogin :loading="loginLoading" @submit="handleLogin" />
|
||||
<AuthenticationLogin
|
||||
username-placeholder="vben"
|
||||
password-placeholder="123456"
|
||||
:loading="loginLoading"
|
||||
@submit="handleLogin"
|
||||
/>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user