mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-02-02 19:08:40 +08:00
feat: docking Gf-Vben-Admin backend
This commit is contained in:
parent
369f0f025e
commit
3cdf6c74f8
@ -205,7 +205,6 @@ function createAxios(opt?: Partial<CreateAxiosOptions>) {
|
|||||||
// See https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#authentication_schemes
|
// See https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#authentication_schemes
|
||||||
// authentication schemes,e.g: Bearer
|
// authentication schemes,e.g: Bearer
|
||||||
authenticationScheme: 'Bearer',
|
authenticationScheme: 'Bearer',
|
||||||
// authenticationScheme: '',
|
|
||||||
timeout: 10 * 1000,
|
timeout: 10 * 1000,
|
||||||
// 基础接口地址
|
// 基础接口地址
|
||||||
// baseURL: globSetting.apiUrl,
|
// baseURL: globSetting.apiUrl,
|
||||||
|
@ -1,20 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<LoginFormTitle v-show="getShow" class="enter-x" />
|
<LoginFormTitle v-show="getShow" class="enter-x" />
|
||||||
<Form
|
<Form class="p-4 enter-x" :model="formData" :rules="getFormRules" ref="formRef" v-show="getShow">
|
||||||
class="p-4 enter-x"
|
|
||||||
:model="formData"
|
|
||||||
:rules="getFormRules"
|
|
||||||
ref="formRef"
|
|
||||||
v-show="getShow"
|
|
||||||
@keypress.enter="handleLogin"
|
|
||||||
>
|
|
||||||
<FormItem name="account" class="enter-x">
|
<FormItem name="account" class="enter-x">
|
||||||
<Input
|
<Input size="large" v-model:value="formData.account" :placeholder="t('sys.login.userName')" />
|
||||||
size="large"
|
|
||||||
v-model:value="formData.account"
|
|
||||||
:placeholder="t('sys.login.userName')"
|
|
||||||
class="fix-auto-fill"
|
|
||||||
/>
|
|
||||||
</FormItem>
|
</FormItem>
|
||||||
<FormItem name="password" class="enter-x">
|
<FormItem name="password" class="enter-x">
|
||||||
<InputPassword
|
<InputPassword
|
||||||
|
Loading…
Reference in New Issue
Block a user