Skip to content

Commit c514c79

Browse files
committed
Merge branch 'master' of https://gitee.com/yudaocode/yudao-ui-admin-vue3 into dev
2 parents 951ce1c + 2659165 commit c514c79

File tree

87 files changed

+5683
-1555
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+5683
-1555
lines changed

.env.dev

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ VITE_MALL_H5_DOMAIN='http://mall.yudao.iocoder.cn'
3232

3333
# 验证码的开关
3434
VITE_APP_CAPTCHA_ENABLE=true
35+
36+
# GoView域名
37+
VITE_GOVIEW_URL='http://127.0.0.1:3000'

.env.local

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ VITE_MALL_H5_DOMAIN='http://localhost:3000'
2929

3030
# 验证码的开关
3131
VITE_APP_CAPTCHA_ENABLE=false
32+
33+
# GoView域名
34+
VITE_GOVIEW_URL='http://127.0.0.1:3000'

.env.prod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ VITE_OUT_DIR=dist-prod
2929

3030
# 商城H5会员端域名
3131
VITE_MALL_H5_DOMAIN='http://mall.yudao.iocoder.cn'
32+
33+
# GoView域名
34+
VITE_GOVIEW_URL='http://127.0.0.1:3000'

.env.stage

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ VITE_OUT_DIR=dist-stage
2929

3030
# 商城H5会员端域名
3131
VITE_MALL_H5_DOMAIN='http://mall.yudao.iocoder.cn'
32+
33+
# GoView域名
34+
VITE_GOVIEW_URL='http://127.0.0.1:3000'

.env.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ VITE_OUT_DIR=dist-test
2929

3030
# 商城H5会员端域名
3131
VITE_MALL_H5_DOMAIN='http://mall.yudao.iocoder.cn'
32+
33+
# GoView域名
34+
VITE_GOVIEW_URL='http://127.0.0.1:3000'

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yudao-ui-admin-vue3",
3-
"version": "2.3.0-snapshot",
3+
"version": "2.4.0-snapshot",
44
"description": "基于vue3、vite4、element-plus、typesScript",
55
"author": "xingyu",
66
"private": false,
@@ -38,7 +38,7 @@
3838
"animate.css": "^4.1.1",
3939
"axios": "^1.6.8",
4040
"benz-amr-recorder": "^1.1.5",
41-
"bpmn-js-token-simulation": "^0.10.0",
41+
"bpmn-js-token-simulation": "^0.36.0",
4242
"camunda-bpmn-moddle": "^7.0.1",
4343
"cropperjs": "^1.6.1",
4444
"crypto-js": "^4.2.0",
@@ -47,7 +47,7 @@
4747
"driver.js": "^1.3.1",
4848
"echarts": "^5.5.0",
4949
"echarts-wordcloud": "^2.1.0",
50-
"element-plus": "2.8.4",
50+
"element-plus": "2.9.1",
5151
"fast-xml-parser": "^4.3.2",
5252
"highlight.js": "^11.9.0",
5353
"jsencrypt": "^3.3.2",
@@ -96,8 +96,8 @@
9696
"@vitejs/plugin-vue": "^5.0.4",
9797
"@vitejs/plugin-vue-jsx": "^3.1.0",
9898
"autoprefixer": "^10.4.17",
99-
"bpmn-js": "8.10.0",
100-
"bpmn-js-properties-panel": "0.46.0",
99+
"bpmn-js": "^17.9.2",
100+
"bpmn-js-properties-panel": "5.23.0",
101101
"consola": "^3.2.3",
102102
"eslint": "^8.57.0",
103103
"eslint-config-prettier": "^9.1.0",

0 commit comments

Comments
 (0)