diff --git a/.env b/.env index b17df703..d590d240 100644 --- a/.env +++ b/.env @@ -5,4 +5,4 @@ VITE_PORT = 10000 VITE_OPEN = false # public path 配置线上环境路径(打包) -VITE_PUBLIC_PATH = /vue-admin-wonderful-next-preview/ \ No newline at end of file +VITE_PUBLIC_PATH = /vue-next-admin-preview/ \ No newline at end of file diff --git a/README.md b/README.md index c7c20266..b4796a14 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +

vue @@ -28,7 +28,7 @@ ###### vue3.x 版本 -- vue-admin-wonderful-next 版本预览 https://lyt-top.gitee.io/vue-admin-wonderful-next-preview/#/login +- vue-next-admin 版本预览 https://lyt-top.gitee.io/vue-next-admin-preview/#/login ###### vue2.x 版本 @@ -40,7 +40,7 @@ #### 代码仓库 -- vue3.x 版本 https://gitee.com/lyt-top/vue-admin-wonderful-next +- vue3.x 版本 https://gitee.com/lyt-top/vue-next-admin - vue2.x 版本 https://gitee.com/lyt-top/vue-admin-wonderful #### 安装 cnpm @@ -51,7 +51,7 @@ ```bash # 克隆项目 -git clone https://gitee.com/lyt-top/vue-admin-wonderful-next.git +git clone https://gitee.com/lyt-top/vue-next-admin.git # 进入项目 cd vue-admin-wonderful-next @@ -87,11 +87,11 @@ cnpm run build #### 学习交流加 QQ 群 -- 加群下载基础模板、查看开发文档、vue-admin-wonderful-next 开发文档正在编写中... +- 加群下载基础模板、查看开发文档、vue-next-admin 开发文档正在编写中... - 群号码:665452019 -vue-admin-wonderful 讨论群 +vue-next-admin 讨论群 #### 鸣谢列表 @@ -116,8 +116,14 @@ cnpm run build #### 特别感谢 +特别感谢群里老哥的建议、指导与帮忙,谢谢! + +- @省长 +- @唐参 +- @川歌 + #### 其他事项 -- vue3.x vue-admin-wonderful-next 版本,基于 vue3.x + CompositionAPI + typescript + vite + element plus。 +- vue3.x vue-next-admin 版本,基于 vue3.x + CompositionAPI + typescript + vite + element plus。 - vue2.x vue-admin-wonderful 版本,基于 vue2.x + element ui。 -- 喜欢用就帮忙 gitee star 下,不喜欢用也没关系,出来打工、创业,大家都不容易,感谢大家的支持,谢谢! +- 喜欢用就帮忙 gitee star 下,不喜欢用也没关系,出来打工、创业,大家都不容易,感谢大家的支持,谢谢! diff --git a/index.html b/index.html index 90b31412..ffc2958f 100644 --- a/index.html +++ b/index.html @@ -7,15 +7,16 @@ - vue-admin-wonderful-next + vue-next-admin

diff --git a/public/favicon.ico b/public/favicon.ico index 9b56b386..9da231b8 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/api/menu/index.ts b/src/api/menu/index.ts index 129c5948..4d22ed7e 100644 --- a/src/api/menu/index.ts +++ b/src/api/menu/index.ts @@ -1,13 +1,13 @@ import request from '/@/utils/request.ts' /** - * 后端控制菜单模拟json,路径在 https://gitee.com/lyt-top/vue-admin-wonderful-images/tree/master/next-admin/menu + * 后端控制菜单模拟json,路径在 https://gitee.com/lyt-top/vue-next-admin-images/raw/master/menu/menu * 后端控制路由,isRequestRoutes 为 true,则开启后端控制路由 */ // 获取后端动态路由菜单(admin) export function getMenuAdmin(params?: object) { return request({ - url: '/gitee/lyt-top/vue-admin-wonderful-images/raw/master/next-admin/menu/adminMenu.json', + url: '/gitee/lyt-top/vue-next-admin-images/raw/master/menu/adminMenu.json', method: 'get', params, }); @@ -16,7 +16,7 @@ export function getMenuAdmin(params?: object) { // 获取后端动态路由菜单(test) export function getMenuTest(params?: object) { return request({ - url: '/gitee/lyt-top/vue-admin-wonderful-images/raw/master/next-admin/menu/testMenu.json', + url: '/gitee/lyt-top/vue-next-admin-images/raw/master/menu/testMenu.json', method: 'get', params, }); diff --git a/src/utils/themeConfig.ts b/src/utils/themeConfig.ts index dce6514f..a1eeea10 100644 --- a/src/utils/themeConfig.ts +++ b/src/utils/themeConfig.ts @@ -106,7 +106,7 @@ export default { /* 全局网站标题 / 副标题 ------------------------------- */ // 网站主标题(菜单导航、浏览器当前网页标题) - globalTitle: 'vue-admin-wonderful-next', + globalTitle: 'vue-next-admin', // 网站副标题(登录页顶部文字) globalViceTitle: 'SMALL@小柒' } \ No newline at end of file diff --git a/src/views/chart/index.vue b/src/views/chart/index.vue index 634c4fb7..b389996e 100644 --- a/src/views/chart/index.vue +++ b/src/views/chart/index.vue @@ -264,9 +264,10 @@ export default { }, }, data: [ - { name: "vue-admin-wonderful-next", value: 520 }, + { name: "vue-next-admin", value: 520 }, { name: "lyt", value: 520 }, - { name: "wonderful", value: 520 }, + { name: "next-admin", value: 500 }, + { name: "更名", value: 420 }, { name: "智慧农业", value: 520 }, { name: "男神", value: 2.64 }, { name: "好身材", value: 4.03 }, diff --git a/src/views/error/401.vue b/src/views/error/401.vue index d89fdbb0..c6ebe694 100644 --- a/src/views/error/401.vue +++ b/src/views/error/401.vue @@ -12,7 +12,7 @@
- +
diff --git a/src/views/error/404.vue b/src/views/error/404.vue index 925cd46e..937091c4 100644 --- a/src/views/error/404.vue +++ b/src/views/error/404.vue @@ -12,7 +12,7 @@
- +
diff --git a/src/views/home/mock.ts b/src/views/home/mock.ts index b03e826c..f97a0fd5 100644 --- a/src/views/home/mock.ts +++ b/src/views/home/mock.ts @@ -62,8 +62,8 @@ export const activitiesList = [ { time1: '今天', time2: '12:20:30', - title: '任务', - label: 'lyt发送了邮件' + title: '更名', + label: '正式更名为 vue-next-admin' }, { time1: '02-17', diff --git a/src/views/layout/footer/index.vue b/src/views/layout/footer/index.vue index b4e698bc..17b45de4 100644 --- a/src/views/layout/footer/index.vue +++ b/src/views/layout/footer/index.vue @@ -1,7 +1,7 @@