From c02dad2ca3830eafe476c7fa96724ec267cb82e5 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Sun, 11 Jul 2021 15:28:11 +0800
Subject: [PATCH] 默认访问首页新增提示语
---
ruoyi-ui/src/components/Editor/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/components/Editor/index.vue b/ruoyi-ui/src/components/Editor/index.vue
index 8e61679..2c906c5 100644
--- a/ruoyi-ui/src/components/Editor/index.vue
+++ b/ruoyi-ui/src/components/Editor/index.vue
@@ -49,7 +49,7 @@
/* 类型(base64格式、url格式) */
type: {
type: String,
- default: "",
+ default: "url",
}
},
data() {
--
Gitblit v1.9.2