Skip to content

Commit

Permalink
5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Oct 21, 2024
1 parent f9a363c commit e890556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.9.0/src/main/resources/vue
VITE_OUTPUT_DIR = ../maven/vue-dist-5.9.1/src/main/resources/vue

# 路由模式(true: history、false: hash)
VITE_ROUTE_WEB_HISTORY = true
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.9.0",
"version": "5.9.1",
"type": "module",
"scripts": {
"bootstrap": "yarn install",
Expand Down

0 comments on commit e890556

Please sign in to comment.