diff --git a/README.en.md b/README.en.md index a73f062..b9b8ce3 100644 --- a/README.en.md +++ b/README.en.md @@ -1,6 +1,6 @@ [简体中文](./README.md) | English -
+

vue-admin-better(element-ui)

The flying snow all over the sky is a flying note, playing out expectations with blessings. May the epidemic dissipate as soon as possible, may you no longer have regrets next year, may you be warm in winter, may you not be cold in spring, and may you have lights in the dark and an umbrella in the rain.

@@ -78,16 +78,16 @@ npm run serve
- + - + - +
@@ -95,10 +95,10 @@ npm run serve ## 🙈 We promise to sponsor open source projects regularly (thank giant) - + - + @@ -161,7 +161,7 @@ Precautions for use: ## 🎉 Function map -![img](https://gitee.com/chu1204505056/image/raw/master/vip/flow.drawio.png) +![img](https://vue-admin-beautiful.com/image/vip/flow.drawio.png) ## 🗃️ design sketch @@ -170,26 +170,26 @@ The following is a screenshot of the pro version:
- + - +
- + - +
- + - +
diff --git a/README.md b/README.md index 16ca3b5..c6a0407 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ 简体中文 | [English](./README.en.md) -
+

vue-admin-better

春已至,万物始,愿所有美好纷沓而来!

@@ -54,13 +54,13 @@
- + - + - +
@@ -116,10 +116,10 @@ npm run serve ## 🙈 我们承诺将定期赞助的开源项目(感谢巨人)
- + - + @@ -184,7 +184,7 @@ npm run serve ## 🎉 功能地图 -![img](https://gitee.com/chu1204505056/image/raw/master/vip/flow.drawio.png) +![img](https://vue-admin-beautiful.com/image/vip/flow.drawio.png) ## 🗃️ 效果图 @@ -193,26 +193,26 @@ npm run serve
- + - +
- + - +
- + - +
diff --git a/src/views/vab/markdownEditor/index.vue b/src/views/vab/markdownEditor/index.vue index 48989a1..b20097c 100644 --- a/src/views/vab/markdownEditor/index.vue +++ b/src/views/vab/markdownEditor/index.vue @@ -40,7 +40,7 @@ }, handleAddImg() { this.$refs.mde.add( - '\n![](https://gitee.com/chu1204505056/image/raw/master/qq_group/vab-2.png)' + '\n![](https://vue-admin-beautiful.com/image/qq_group/vab-2.png)' ) }, handleShowHtml(html) {