|
@ -1,5 +1,6 @@ |
|
|
<template> |
|
|
<template> |
|
|
<el-form v-show="getShow" ref="formLogin" :model="loginData.loginForm" :rules="LoginRules" class="login-form" label-position="top" label-width="120px" size="large"> |
|
|
<el-form v-show="getShow" ref="formLogin" :model="loginData.loginForm" :rules="LoginRules" class="login-form" |
|
|
|
|
|
label-position="top" label-width="120px" size="large"> |
|
|
<el-row style="margin-right: -10px; margin-left: -10px"> |
|
|
<el-row style="margin-right: -10px; margin-left: -10px"> |
|
|
<el-col :span="24" style="padding-right: 10px; padding-left: 10px"> |
|
|
<el-col :span="24" style="padding-right: 10px; padding-left: 10px"> |
|
|
<el-form-item> |
|
|
<el-form-item> |
|
@ -8,23 +9,27 @@ |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="24" style="padding-right: 10px; padding-left: 10px"> |
|
|
<el-col :span="24" style="padding-right: 10px; padding-left: 10px"> |
|
|
<el-form-item v-if="loginData.tenantEnable === 'true'" prop="tenantName"> |
|
|
<el-form-item v-if="loginData.tenantEnable === 'true'" prop="tenantName"> |
|
|
<el-input v-model="loginData.loginForm.tenantName" :placeholder="t('login.tenantNamePlaceholder')" :prefix-icon="iconHouse" link type="primary" /> |
|
|
<el-input v-model="loginData.loginForm.tenantName" :placeholder="t('login.tenantNamePlaceholder')" |
|
|
|
|
|
:prefix-icon="iconHouse" link type="primary" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="24" style="padding-right: 10px; padding-left: 10px"> |
|
|
<el-col :span="24" style="padding-right: 10px; padding-left: 10px"> |
|
|
<el-form-item prop="username"> |
|
|
<el-form-item prop="username"> |
|
|
<el-input v-model="loginData.loginForm.username" :placeholder="t('login.usernamePlaceholder')" :prefix-icon="iconAvatar" style="height: 42px;" /> |
|
|
<el-input v-model="loginData.loginForm.username" :placeholder="t('login.usernamePlaceholder')" |
|
|
|
|
|
:prefix-icon="iconAvatar" style="height: 42px;" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="24" style="padding-right: 10px; padding-left: 10px"> |
|
|
<el-col :span="24" style="padding-right: 10px; padding-left: 10px"> |
|
|
<el-form-item prop="password"> |
|
|
<el-form-item prop="password"> |
|
|
<el-input v-model="loginData.loginForm.password" :placeholder="t('login.passwordPlaceholder')" :prefix-icon="iconLock" show-password type="password" @keyup.enter="getCode()" style="height: 42px;" /> |
|
|
<el-input v-model="loginData.loginForm.password" :placeholder="t('login.passwordPlaceholder')" |
|
|
|
|
|
:prefix-icon="iconLock" show-password type="password" @keyup.enter="getCode()" style="height: 42px;" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="24" style="padding-right: 10px; padding-left: 10px"> |
|
|
<el-col :span="24" style="padding-right: 10px; padding-left: 10px"> |
|
|
<el-form-item prop="code"> |
|
|
<el-form-item prop="code"> |
|
|
<div class="flex w-[100%]"> |
|
|
<div class="flex w-[100%]"> |
|
|
<el-input v-model="loginData.loginForm.code" :placeholder="t('login.codePlaceholder')" style="width: 76%;margin-right: 10px;height: 42px;" @keyup.enter="handleLogin()"> |
|
|
<el-input v-model="loginData.loginForm.code" :placeholder="t('login.codePlaceholder')" |
|
|
|
|
|
style="width: 76%;margin-right: 10px;height: 42px;" @keyup.enter="handleLogin()"> |
|
|
<template #prefix> |
|
|
<template #prefix> |
|
|
<img src="@/assets/imgs/code.png" alt="" style="width: 16px;height: 16px;" /> |
|
|
<img src="@/assets/imgs/code.png" alt="" style="width: 16px;height: 16px;" /> |
|
|
</template> |
|
|
</template> |
|
@ -44,14 +49,17 @@ |
|
|
</el-checkbox> |
|
|
</el-checkbox> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :offset="6" :span="12"> |
|
|
<el-col :offset="6" :span="12"> |
|
|
<el-link style="float: right" type="primary">{{ t('login.forgetPassword') }}</el-link> |
|
|
<el-link style="float: right" type="primary" |
|
|
|
|
|
@click="handleUpdate()">{{ t('login.forgetPassword') }}</el-link> |
|
|
|
|
|
<!-- <el-button type="text" icon="Edit">忘记密码按钮</el-button> --> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="24" style="padding-right: 10px; padding-left: 10px"> |
|
|
<el-col :span="24" style="padding-right: 10px; padding-left: 10px"> |
|
|
<el-form-item> |
|
|
<el-form-item> |
|
|
<XButton :loading="loginLoading" :title="t('login.login')" class="w-[100%]" type="primary" @click="handleLogin()" /> |
|
|
<XButton :loading="loginLoading" :title="t('login.login')" class="w-[100%]" type="primary" |
|
|
|
|
|
@click="handleLogin()" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<!-- <Verify |
|
|
<!-- <Verify |
|
@ -65,49 +73,50 @@ |
|
|
</el-form> |
|
|
</el-form> |
|
|
</template> |
|
|
</template> |
|
|
<script lang="ts" setup> |
|
|
<script lang="ts" setup> |
|
|
import { ElLoading } from 'element-plus' |
|
|
import { ElLoading } from 'element-plus' |
|
|
import LoginFormTitle from './LoginFormTitle.vue' |
|
|
import LoginFormTitle from './LoginFormTitle.vue' |
|
|
import type { RouteLocationNormalizedLoaded } from 'vue-router' |
|
|
import type { RouteLocationNormalizedLoaded } from 'vue-router' |
|
|
|
|
|
|
|
|
import { useIcon } from '@/hooks/web/useIcon' |
|
|
import { useIcon } from '@/hooks/web/useIcon' |
|
|
|
|
|
|
|
|
import * as authUtil from '@/utils/auth' |
|
|
import * as authUtil from '@/utils/auth' |
|
|
import { usePermissionStore } from '@/store/modules/permission' |
|
|
import { usePermissionStore } from '@/store/modules/permission' |
|
|
import * as LoginApi from '@/api/login' |
|
|
import * as LoginApi from '@/api/login' |
|
|
import { LoginStateEnum, useFormValid, useLoginState } from './useLogin' |
|
|
import { LoginStateEnum, useFormValid, useLoginState } from './useLogin' |
|
|
import { getCodeImg } from "@/api/login"; |
|
|
import { getCodeImg } from "@/api/login"; |
|
|
|
|
|
import router from "@/router"; |
|
|
|
|
|
import { CACHE_KEY, useCache } from '@/hooks/web/useCache' |
|
|
|
|
|
import * as DeptApi from '@/api/system/dept' |
|
|
|
|
|
|
|
|
import { CACHE_KEY, useCache } from '@/hooks/web/useCache' |
|
|
defineOptions({ name: 'LoginForm' }) |
|
|
import * as DeptApi from '@/api/system/dept' |
|
|
|
|
|
|
|
|
|
|
|
defineOptions({ name: 'LoginForm' }) |
|
|
const { t } = useI18n() |
|
|
|
|
|
const message = useMessage() |
|
|
|
|
|
const iconHouse = useIcon({ icon: 'ep:house' }) |
|
|
|
|
|
const iconAvatar = useIcon({ icon: 'ep:avatar' }) |
|
|
|
|
|
const iconLock = useIcon({ icon: 'ep:lock' }) |
|
|
|
|
|
const formLogin = ref() |
|
|
|
|
|
const { validForm } = useFormValid(formLogin) |
|
|
|
|
|
const { setLoginState, getLoginState } = useLoginState() |
|
|
|
|
|
const { currentRoute, push, replace } = useRouter() |
|
|
|
|
|
const permissionStore = usePermissionStore() |
|
|
|
|
|
const redirect = ref<string>('') |
|
|
|
|
|
const loginLoading = ref(false) |
|
|
|
|
|
const verify = ref() |
|
|
|
|
|
const captchaType = ref('blockPuzzle') // blockPuzzle 滑块 clickWord 点击文字 |
|
|
|
|
|
|
|
|
const { t } = useI18n() |
|
|
|
|
|
const message = useMessage() |
|
|
|
|
|
const iconHouse = useIcon({ icon: 'ep:house' }) |
|
|
|
|
|
const iconAvatar = useIcon({ icon: 'ep:avatar' }) |
|
|
|
|
|
const iconLock = useIcon({ icon: 'ep:lock' }) |
|
|
|
|
|
const formLogin = ref() |
|
|
|
|
|
const { validForm } = useFormValid(formLogin) |
|
|
|
|
|
const { setLoginState, getLoginState } = useLoginState() |
|
|
|
|
|
const { currentRoute, push , replace} = useRouter() |
|
|
|
|
|
const permissionStore = usePermissionStore() |
|
|
|
|
|
const redirect = ref<string>('') |
|
|
|
|
|
const loginLoading = ref(false) |
|
|
|
|
|
const verify = ref() |
|
|
|
|
|
const captchaType = ref('blockPuzzle') // blockPuzzle 滑块 clickWord 点击文字 |
|
|
|
|
|
|
|
|
|
|
|
const getShow = computed(() => unref(getLoginState) === LoginStateEnum.LOGIN) |
|
|
const getShow = computed(() => unref(getLoginState) === LoginStateEnum.LOGIN) |
|
|
// 验证码开关 |
|
|
// 验证码开关 |
|
|
const captchaEnabled = ref(true); |
|
|
const captchaEnabled = ref(true); |
|
|
const codeUrl = ref(""); |
|
|
const codeUrl = ref(""); |
|
|
|
|
|
|
|
|
const LoginRules = { |
|
|
const LoginRules = { |
|
|
tenantName: [required], |
|
|
tenantName: [required], |
|
|
username: [required], |
|
|
username: [required], |
|
|
password: [required] |
|
|
password: [required] |
|
|
} |
|
|
} |
|
|
const loginData = reactive({ |
|
|
const loginData = reactive({ |
|
|
isShowPassword: false, |
|
|
isShowPassword: false, |
|
|
captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE, |
|
|
captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE, |
|
|
tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE, |
|
|
tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE, |
|
@ -120,27 +129,27 @@ const loginData = reactive({ |
|
|
code: '', |
|
|
code: '', |
|
|
uuid: '' |
|
|
uuid: '' |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
const socialList = [ |
|
|
const socialList = [ |
|
|
{ icon: 'ant-design:github-filled', type: 0 }, |
|
|
{ icon: 'ant-design:github-filled', type: 0 }, |
|
|
{ icon: 'ant-design:wechat-filled', type: 30 }, |
|
|
{ icon: 'ant-design:wechat-filled', type: 30 }, |
|
|
{ icon: 'ant-design:alipay-circle-filled', type: 0 }, |
|
|
{ icon: 'ant-design:alipay-circle-filled', type: 0 }, |
|
|
{ icon: 'ant-design:dingtalk-circle-filled', type: 20 } |
|
|
{ icon: 'ant-design:dingtalk-circle-filled', type: 20 } |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
// 获取验证码 |
|
|
// 获取验证码 |
|
|
// const getCode = async () => { |
|
|
// const getCode = async () => { |
|
|
// // 情况一,未开启:则直接登录 |
|
|
// // 情况一,未开启:则直接登录 |
|
|
// if (loginData.captchaEnable === 'false') { |
|
|
// if (loginData.captchaEnable === 'false') { |
|
|
// await handleLogin({}) |
|
|
// await handleLogin({}) |
|
|
// } else { |
|
|
// } else { |
|
|
// // 情况二,已开启:则展示验证码;只有完成验证码的情况,才进行登录 |
|
|
// // 情况二,已开启:则展示验证码;只有完成验证码的情况,才进行登录 |
|
|
// // 弹出验证码 |
|
|
// // 弹出验证码 |
|
|
// verify.value.show() |
|
|
// verify.value.show() |
|
|
// } |
|
|
// } |
|
|
// } |
|
|
// } |
|
|
function getCode() { |
|
|
function getCode() { |
|
|
getCodeImg().then(res => { |
|
|
getCodeImg().then(res => { |
|
|
captchaEnabled.value = res.captchaEnabled === undefined ? true : res.captchaEnabled; |
|
|
captchaEnabled.value = res.captchaEnabled === undefined ? true : res.captchaEnabled; |
|
|
if (captchaEnabled.value) { |
|
|
if (captchaEnabled.value) { |
|
@ -148,16 +157,16 @@ function getCode() { |
|
|
loginData.loginForm.uuid = res.uuid; |
|
|
loginData.loginForm.uuid = res.uuid; |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
//获取租户ID |
|
|
//获取租户ID |
|
|
const getTenantId = async () => { |
|
|
const getTenantId = async () => { |
|
|
if (loginData.tenantEnable === 'true') { |
|
|
if (loginData.tenantEnable === 'true') { |
|
|
const res = await LoginApi.getTenantIdByName(loginData.loginForm.tenantName) |
|
|
const res = await LoginApi.getTenantIdByName(loginData.loginForm.tenantName) |
|
|
authUtil.setTenantId(res) |
|
|
authUtil.setTenantId(res) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
// 记住我 |
|
|
// 记住我 |
|
|
const getCookie = () => { |
|
|
const getCookie = () => { |
|
|
const loginForm = authUtil.getLoginForm() |
|
|
const loginForm = authUtil.getLoginForm() |
|
|
if (loginForm) { |
|
|
if (loginForm) { |
|
|
loginData.loginForm = { |
|
|
loginData.loginForm = { |
|
@ -168,10 +177,17 @@ const getCookie = () => { |
|
|
tenantName: loginForm.tenantName ? loginForm.tenantName : loginData.loginForm.tenantName |
|
|
tenantName: loginForm.tenantName ? loginForm.tenantName : loginData.loginForm.tenantName |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
const loading = ref() // ElLoading.service 返回的实例 |
|
|
|
|
|
// 登录 |
|
|
const handleUpdate = () => { |
|
|
const handleLogin = async (params) => { |
|
|
router.push({ |
|
|
|
|
|
name: 'ForgetPassword', |
|
|
|
|
|
}) |
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
const loading = ref() // ElLoading.service 返回的实例 |
|
|
|
|
|
// 登录 |
|
|
|
|
|
const handleLogin = async (params) => { |
|
|
console.log('登录-185') |
|
|
console.log('登录-185') |
|
|
loginLoading.value = true |
|
|
loginLoading.value = true |
|
|
try { |
|
|
try { |
|
@ -216,10 +232,10 @@ const handleLogin = async (params) => { |
|
|
loginLoading.value = false |
|
|
loginLoading.value = false |
|
|
loading?.value?.close() |
|
|
loading?.value?.close() |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 社交登录 |
|
|
// 社交登录 |
|
|
const doSocialLogin = async (type: number) => { |
|
|
const doSocialLogin = async (type : number) => { |
|
|
if (type === 0) { |
|
|
if (type === 0) { |
|
|
message.error('此方式未配置') |
|
|
message.error('此方式未配置') |
|
|
} else { |
|
|
} else { |
|
@ -238,30 +254,30 @@ const doSocialLogin = async (type: number) => { |
|
|
console.log(33) |
|
|
console.log(33) |
|
|
window.location.href = res |
|
|
window.location.href = res |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
watch( |
|
|
watch( |
|
|
() => currentRoute.value, |
|
|
() => currentRoute.value, |
|
|
(route: RouteLocationNormalizedLoaded) => { |
|
|
(route : RouteLocationNormalizedLoaded) => { |
|
|
redirect.value = route?.query?.redirect as string |
|
|
redirect.value = route?.query?.redirect as string |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
immediate: true |
|
|
immediate: true |
|
|
} |
|
|
} |
|
|
) |
|
|
) |
|
|
onMounted(() => { |
|
|
onMounted(() => { |
|
|
getCode(); |
|
|
getCode(); |
|
|
getCookie() |
|
|
getCookie() |
|
|
}) |
|
|
}) |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
:deep(.anticon) { |
|
|
:deep(.anticon) { |
|
|
&:hover { |
|
|
&:hover { |
|
|
color: var(--el-color-primary) !important; |
|
|
color: var(--el-color-primary) !important; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.login-code { |
|
|
.login-code { |
|
|
float: right; |
|
|
float: right; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 38px; |
|
|
height: 38px; |
|
@ -273,5 +289,5 @@ onMounted(() => { |
|
|
vertical-align: middle; |
|
|
vertical-align: middle; |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |
|
|