diff --git a/README.md b/README.md index 9fd2d5a..aa64885 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# uni-boot-admin-vue +# uni-boot-cloud-vue -> 与 uni-boot-admin 的配套 vue 前端骨架,基于 vue-admin-template 核心重构,实现系统管理常见模块,如角色管理、菜单与路由的动态管理等 +> 与 uni-boot-cloud 的配套 vue 前端骨架,基于 vue-admin-template 核心重构,实现系统管理常见模块,如角色管理、菜单与路由的动态管理等 ## 项目简介 @@ -12,7 +12,7 @@ 2. 本项目采用前后端分离结构,以下是配套后端项目 - [uni-boot-admin](https://github.com/cadecode/uni-boot-admin) 基于 SpringBoot + SpringSecurity + MyBatisPlus 等 + [uni-boot-cloud](https://github.com/cadecode/uni-boot-cloud) 基于 SpringBoot + SpringSecurity + MyBatisPlus 等 3. 版本与环境 @@ -127,19 +127,19 @@ - - + + - - + + - - + + - - + +
diff --git a/package.json b/package.json index a0654ac..f7f76fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "uni-boot-admin-vue", + "name": "uni-boot-cloud-vue", "version": "2023.1.4", - "description": "The frontend by vue of uni-boot-admin, based on vue-admin-template@4.4.0", + "description": "The frontend by vue of uni-boot-cloud, based on vue-admin-template@4.4.0", "author": "Cade ", "scripts": { "dev": "vue-cli-service serve", diff --git a/src/util/request.js b/src/util/request.js index 6682718..8d0d9f8 100644 --- a/src/util/request.js +++ b/src/util/request.js @@ -37,7 +37,7 @@ service.interceptors.request.use( /** * 响应拦截器 - * uni-boot-admin 响应格式: + * 后端响应格式: * {status, data, error:{code, message, path, moreInfo}} */ service.interceptors.response.use(