Skip to content

Commit

Permalink
5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed May 13, 2024
1 parent 5367a5a commit 07c6122
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.tomcat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
VITE_PUBLIC_PATH = /vue

# 打包编译发布路径
VITE_OUTPUT_DIR = ../maven/vue-dist-5.7.0/src/main/resources/vue
VITE_OUTPUT_DIR = ../maven/vue-dist-5.7.1/src/main/resources/vue

# 路由模式(true: history、false: hash)
VITE_ROUTE_WEB_HISTORY = true
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h3 align="center" style="margin:30px 0 30px;font-weight:bold;font-size:30px;">JeeSite Vue3 前端框架</h3>
<p align="center">
<a href="https://v3.cn.vuejs.org/" target="__blank"><img alt="TypeScript-Vue3" src="https://img.shields.io/badge/TypeScript-Vue3-green.svg"></a>
<a href="https://www.antdv.com/" target="__blank"><img alt="Ant Design Vue-4.0" src="https://img.shields.io/badge/Ant Design Vue-4.0-blue.svg"></a>
<a href="https://www.antdv.com/" target="__blank"><img alt="Ant Design Vue-4.1" src="https://img.shields.io/badge/Ant Design Vue-4.1-blue.svg"></a>
<a href="https://jeesite.com" target="__blank"><img alt="JeeSite-Vue" src="https://img.shields.io/badge/JeeSite-5.7-blue.svg"></a>
<a href="https://gitee.com/thinkgem/jeesite-vue/stargazers" target="__blank"><img alt="star" src="https://gitee.com/thinkgem/jeesite-vue/badge/star.svg?theme=dark"></a>
<a href="https://gitee.com/thinkgem/jeesite-vue/members" target="__blank"><img alt="fork" src="https://gitee.com/thinkgem/jeesite-vue/badge/fork.svg?theme=dark"></a>
Expand Down Expand Up @@ -132,7 +132,7 @@ yarn build

### 后端服务

- 安装后台服务 [JeeSite v5.x](https://gitee.com/thinkgem/jeesite4/tree/v5.7/)
- 安装后台服务 [JeeSite v5.x](https://gitee.com/thinkgem/jeesite5/tree/v5.7/)
- 打开 [.env.development](https://jeesite.com/docs/vue-settings/#env-development-详解) 文件,修改后台接口:

```bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jeesite",
"version": "5.7.1.dev",
"version": "5.7.1",
"type": "module",
"scripts": {
"bootstrap": "yarn install",
Expand Down

0 comments on commit 07c6122

Please sign in to comment.