From 218480c52639db3e8d93c7c67a564afe283fe39b Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期五, 12 四月 2024 09:30:45 +0800
Subject: [PATCH] fix:修改富文本粘贴图片问题
---
src/views/login copy.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/login copy.vue b/src/views/login copy.vue
index e855493..cbe738d 100644
--- a/src/views/login copy.vue
+++ b/src/views/login copy.vue
@@ -1,10 +1,10 @@
<template>
<div class="login">
<div class="title-container">
- <h3 class="title">鑷础鍏畨澶╃綉杩愮淮骞冲彴</h3>
+ <h3 class="title">杩愮淮鑰冩牳骞冲彴</h3>
</div>
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
- <h3 class="title">鑷础鍏畨澶╃綉杩愮淮骞冲彴</h3>
+ <h3 class="title">杩愮淮鑰冩牳骞冲彴</h3>
<el-form-item prop="username">
<el-input
--
Gitblit v1.8.0