Merge branch 'dev' of https://fcd.gdyditc.com/itc-framework/ma/2024/front into dev
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
-->
|
||||
<template>
|
||||
<div class="anticon" :class="getAppLogoClass" @click="goHome">
|
||||
<a href="https://www.learun.cn/" target="_blank">
|
||||
<a href="https://fcdma.gdyditc.com/" target="_blank">
|
||||
<img :src="logoConfig.menuLogoUrl || logo" width="24" style="height: 36px" />
|
||||
<div class="truncate md:opacity-100" :class="getTitleClass" v-show="showTitle">
|
||||
{{ sysName }}
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<BasicModal @register="registerModal" v-bind="$attrs" wrapClassName="form-modal">
|
||||
<template #title>
|
||||
<div class="step-form-form">
|
||||
<a href="https://www.learun.cn/" target="_blank">
|
||||
<a href="https://fcdma.gdyditc.com/" target="_blank">
|
||||
<DesignLogo />
|
||||
</a>
|
||||
<span>•</span>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<BasicModal @register="registerModal" v-bind="$attrs" wrapClassName="form-modal">
|
||||
<template #title>
|
||||
<div class="step-form-form">
|
||||
<a href="https://www.learun.cn/" target="_blank">
|
||||
<a href="https://fcdma.gdyditc.com/" target="_blank">
|
||||
<DesignLogo />
|
||||
</a>
|
||||
<span>•</span>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<BasicModal @register="registerModal" v-bind="$attrs" wrapClassName="form-modal">
|
||||
<template #title>
|
||||
<div class="step-form-form">
|
||||
<a href="https://www.learun.cn/" target="_blank">
|
||||
<a href="https://fcdma.gdyditc.com/" target="_blank">
|
||||
<DesignLogo />
|
||||
</a>
|
||||
<span>•</span>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<BasicModal @register="registerModal" v-bind="$attrs" wrapClassName="form-modal">
|
||||
<template #title>
|
||||
<div class="step-form-form">
|
||||
<a href="https://www.learun.cn/" target="_blank">
|
||||
<a href="https://fcdma.gdyditc.com/" target="_blank">
|
||||
<DesignLogo />
|
||||
</a>
|
||||
<span>•</span>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<BasicModal @register="registerModal" v-bind="$attrs" wrapClassName="form-modal">
|
||||
<template #title>
|
||||
<div class="step-form-form">
|
||||
<a href="https://www.learun.cn/" target="_blank">
|
||||
<a href="https://fcdma.gdyditc.com/" target="_blank">
|
||||
<DesignLogo />
|
||||
</a>
|
||||
<span>•</span>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<BasicModal @register="registerModal" v-bind="$attrs" wrapClassName="form-modal">
|
||||
<template #title>
|
||||
<div class="step-form-form">
|
||||
<a href="https://www.learun.cn/" target="_blank">
|
||||
<a href="https://fcdma.gdyditc.com/" target="_blank">
|
||||
<DesignLogo />
|
||||
</a>
|
||||
<span>•</span>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<BasicModal @register="registerModal" v-bind="$attrs" wrapClassName="form-modal">
|
||||
<template #title>
|
||||
<div class="step-form-form">
|
||||
<a href="https://www.learun.cn/" target="_blank">
|
||||
<a href="https://fcdma.gdyditc.com/" target="_blank">
|
||||
<DesignLogo />
|
||||
</a>
|
||||
<span>•</span>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<BasicModal @register="registerModal" v-bind="$attrs" wrapClassName="form-modal">
|
||||
<template #title>
|
||||
<div class="step-form-form">
|
||||
<a href="https://www.learun.cn/" target="_blank">
|
||||
<a href="https://fcdma.gdyditc.com/" target="_blank">
|
||||
<DesignLogo />
|
||||
</a>
|
||||
<span>•</span>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<BasicModal @register="registerModal" v-bind="$attrs" wrapClassName="form-modal" destroy-on-close>
|
||||
<template #title>
|
||||
<div class="step-form-form">
|
||||
<a href="https://www.learun.cn/" target="_blank">
|
||||
<a href="https://fcdma.gdyditc.com/" target="_blank">
|
||||
<DesignLogo />
|
||||
</a>
|
||||
<span>•</span>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<div :class="prefixCls" class="login-box relative w-full h-full">
|
||||
<div class="login-left-box">
|
||||
<div class="logo-box" v-if="show">
|
||||
<a href="https://www.learun.cn/" target="_blank">
|
||||
<a href="https://fcdma.gdyditc.com/" target="_blank">
|
||||
<img :src="logoConfig.loginLogoUrl || logopng" />
|
||||
</a>
|
||||
</div>
|
||||
@ -19,7 +19,7 @@
|
||||
<div class="right-box">
|
||||
<div class="login-left-title">
|
||||
<div class="title">{{ t('欢迎登录') }}</div>
|
||||
<div class="sub-title">{{ t('力软低代码开发平台') }}</div>
|
||||
<div class="sub-title">{{ t('全代码开发平台') }}</div>
|
||||
</div>
|
||||
<div :class="`${prefixCls}-form`">
|
||||
<LoginForm />
|
||||
|
||||
Reference in New Issue
Block a user