Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<img alt="vue3-element-admin" width="80" height="80" src="./src/assets/logo.png">
|
||||
<h1>vue3-element-admin</h1>
|
||||
|
||||
<img src="https://img.shields.io/badge/Vue-3.4.35-brightgreen.svg"/>
|
||||
<img src="https://img.shields.io/badge/Vite-5.3.5-green.svg"/>
|
||||
<img src="https://img.shields.io/badge/Element Plus-2.7.8-blue.svg"/>
|
||||
<img src="https://img.shields.io/badge/Vue-3.5.1-brightgreen.svg"/>
|
||||
<img src="https://img.shields.io/badge/Vite-5.4.3-green.svg"/>
|
||||
<img src="https://img.shields.io/badge/Element Plus-2.8.1-blue.svg"/>
|
||||
<img src="https://img.shields.io/badge/license-MIT-green.svg"/>
|
||||
<a href="https://gitee.com/youlaiorg" target="_blank">
|
||||
<img src="https://img.shields.io/badge/Author-有来开源组织-orange.svg"/>
|
||||
|
||||
@@ -186,7 +186,7 @@ class UserAPI {
|
||||
});
|
||||
}
|
||||
|
||||
/** 丙丁个人中心用户邮箱 */
|
||||
/** 绑定个人中心用户邮箱 */
|
||||
static bindEmail(data: EmailBindingForm) {
|
||||
return request({
|
||||
url: `${USER_BASE_URL}/email`,
|
||||
|
||||
@@ -206,6 +206,7 @@ watch(
|
||||
|
||||
if (newVal.length <= 0) {
|
||||
fileList.value = [];
|
||||
valFileList.value = [];
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -159,6 +159,8 @@ watch(
|
||||
|
||||
if (newVal.length <= 0) {
|
||||
fileList.value = [];
|
||||
viewFileList.value = [];
|
||||
valFileList.value = [];
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<div class="login-container">
|
||||
<!-- 顶部工具栏 -->
|
||||
<div class="flex-x-between absolute-lt w-full p-2">
|
||||
<div class="flex-center">
|
||||
<el-image :src="logo" style="width: 34px; height: 30px" />
|
||||
|
||||
<span class="text-xl font-medium mx-1">
|
||||
<el-image :src="logo" style="width: 30px; height: 30px" />
|
||||
<span
|
||||
class="text-2xl font-bold bg-gradient-to-r from-blue-500 to-teal-500 text-transparent bg-clip-text mx-1"
|
||||
>
|
||||
{{ defaultSettings.title }}
|
||||
</span>
|
||||
<el-tag size="small" type="success">
|
||||
|
||||
Reference in New Issue
Block a user