diff --git a/README-DCLOUD.md b/README-DCLOUD.md index a54f7d2..2236200 100644 --- a/README-DCLOUD.md +++ b/README-DCLOUD.md @@ -19,7 +19,7 @@ 不管您加或者不加,您都可以享受到开源的代码,感谢您的支持和信任,群内提供 vue-admin-beautiful-template 基础版本和详细的基础使用文档适合框架快速入门 -![img](https://chu1204505056.gitee.io/byui-bookmarks/img/ewm.png) +![img](https://chu1204505056.gitee.io/vabBooks/img/ewm.png) ## 安装 diff --git a/README.md b/README.md index 8f96d1a..ec96d65 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 不管您加或者不加,您都可以享受到开源的代码,感谢您的支持和信任,群内提供 vue-admin-beautiful-template 基础版本和详细的基础使用文档适合框架快速入门 -![img](https://gitee.com/chu1204505056/byui-bookmarks/raw/gh-pages/img/ewm.png) +![img](https://gitee.com/chu1204505056/vabBooks/raw/gh-pages/img/ewm.png) ## 🎉🎉🎉 基于 vue3.0 的 vue-admin-beautiful-mini 正在快马加鞭的开发,敬请期待!!! @@ -300,7 +300,7 @@ Vue.use(ElementUI, { ## 捐赠 -![img](https://chu1204505056.gitee.io/byui-bookmarks/img/donation.png) +![img](https://chu1204505056.gitee.io/vabBooks/img/donation.png) #### github 标星增长量统计 @@ -318,4 +318,4 @@ Vue.use(ElementUI, { 不管您加或者不加,您都可以享受到开源的代码,感谢您的支持和信任,群内提供 vue-admin-beautiful-template 基础版本和详细的基础使用文档适合框架快速入门 -![img](https://gitee.com/chu1204505056/byui-bookmarks/raw/gh-pages/img/ewm_2.png) +![img](https://gitee.com/chu1204505056/vabBooks/raw/gh-pages/img/ewm_2.png) diff --git a/mock/controller/notice.js b/mock/controller/notice.js index afbf05b..8ab5c6f 100644 --- a/mock/controller/notice.js +++ b/mock/controller/notice.js @@ -1,7 +1,6 @@ const data = [ { - title: - "认认真真编程,踏踏实实做人;静坐常思己过,闲谈不论人非;希望使用vue-admin-beautiful框架的每个人,无论过程怎样,结局都是美好的。。。", + title: "究竟是什么样的终点,才配得上这一路的颠沛流离。。。", closable: false, type: "success", }, diff --git a/postcss.config.js b/postcss.config.js deleted file mode 100644 index a47ef4f..0000000 --- a/postcss.config.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - plugins: { - autoprefixer: {}, - }, -};