From 6a6bd4f3f542a3dc11ba114e9820417adee3642d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Fri, 27 Jun 2025 16:25:14 +0800 Subject: [PATCH 1/5] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=90=8E=E7=AB=AF=E4=B8=8D=E5=AD=98=E5=9C=A8=E7=9A=84?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/demo/index.vue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/views/demo/demo/index.vue b/src/views/demo/demo/index.vue index 06da4cf..e064f40 100644 --- a/src/views/demo/demo/index.vue +++ b/src/views/demo/demo/index.vue @@ -4,15 +4,6 @@
- - - - - - - - - -- Gitee From 9b3c12e2448a26a63d0f05f7e0e744c24a454c21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Fri, 27 Jun 2025 16:38:56 +0800 Subject: [PATCH 2/5] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=E6=B5=81=E7=A8=8B=E5=9B=BE=E9=A1=B5=E9=9D=A2=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E9=97=AE=E9=A2=98=20=E5=8F=82=E6=95=B0=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=97=B6=E9=97=B4=E6=88=B3=20=E4=B8=B4=E6=97=B6?= =?UTF-8?q?=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Process/flowChart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Process/flowChart.vue b/src/components/Process/flowChart.vue index 3c4dd68..7603375 100644 --- a/src/components/Process/flowChart.vue +++ b/src/components/Process/flowChart.vue @@ -21,7 +21,7 @@ const iframeUrl = ref(''); const baseUrl = import.meta.env.VITE_APP_BASE_API; onMounted(async () => { - const url = baseUrl + `/warm-flow-ui/index.html?id=${props.insId}&type=FlowChart`; + const url = baseUrl + `/warm-flow-ui/index.html?id=${props.insId}&type=FlowChart&t=${Date.now()}`; iframeUrl.value = url + '&Authorization=Bearer ' + getToken() + '&clientid=' + import.meta.env.VITE_APP_CLIENT_ID; }); -- Gitee From dfaeb6f9d7075b215c6283b5c232742472bbdcb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Tue, 1 Jul 2025 09:11:36 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=F0=9F=90=B3=F0=9F=90=B3=F0=9F=90=B3?= =?UTF-8?q?=E5=8F=91=E5=B8=83=205.4.1-2.4.1=20=E5=B0=8F=E6=AD=A5=E8=BF=AD?= =?UTF-8?q?=E4=BB=A3=E4=BF=AE=E5=A4=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/views/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fdfe767..6e2bcd9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "ruoyi-vue-plus", - "version": "5.4.0-2.4.0", + "version": "5.4.1-2.4.1", "description": "RuoYi-Vue-Plus多租户管理系统", "author": "LionLi", "license": "MIT", diff --git a/src/views/index.vue b/src/views/index.vue index e5c35a6..2d93aea 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -33,7 +33,7 @@ * 部署方式 Docker 容器编排 一键部署业务集群
* 国际化 SpringMessage Spring标准国际化方案

-

当前版本: v5.4.0

+

当前版本: v5.4.1

¥免费开源

@@ -77,7 +77,7 @@ * 分布式监控 Prometheus、Grafana 全方位性能监控
* 其余与 Vue 版本一致

-

当前版本: v2.4.0

+

当前版本: v2.4.1

¥免费开源

-- Gitee From d4432a8ab6e710d08b38f60e56c3315ccb7d7430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=89=E6=A2=A6=E7=9A=84=E4=BA=BA?= <992246872@qq.com> Date: Thu, 3 Jul 2025 17:25:29 +0800 Subject: [PATCH 4/5] =?UTF-8?q?add:=20=E5=A2=9E=E5=8A=A0=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E6=92=AD=E6=94=BE=E5=99=A8=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 +- src/permission.ts | 2 +- src/router/index.ts | 5 ++ src/views/test/xgplayer.vue | 140 ++++++++++++++++++++++++++++++++++++ 4 files changed, 149 insertions(+), 2 deletions(-) create mode 100644 src/views/test/xgplayer.vue diff --git a/package.json b/package.json index 6e2bcd9..7b67f1c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,9 @@ "vue-json-pretty": "2.4.0", "vue-router": "4.5.0", "vue-types": "6.0.0", - "vxe-table": "4.13.7" + "vxe-table": "4.13.7", + "xgplayer": "^3.0.22", + "xgplayer-flv": "^3.0.22" }, "devDependencies": { "@iconify/json": "^2.2.276", diff --git a/src/permission.ts b/src/permission.ts index fb60b07..77597d2 100644 --- a/src/permission.ts +++ b/src/permission.ts @@ -11,7 +11,7 @@ import { usePermissionStore } from '@/store/modules/permission'; import { ElMessage } from 'element-plus/es'; NProgress.configure({ showSpinner: false }); -const whiteList = ['/login', '/register', '/social-callback', '/register*', '/register/*']; +const whiteList = ['/test/*', '/login', '/register', '/social-callback', '/register*', '/register/*']; const isWhiteList = (path: string) => { return whiteList.some((pattern) => isPathMatch(pattern, path)); diff --git a/src/router/index.ts b/src/router/index.ts index a6497db..0a2505c 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -42,6 +42,11 @@ export const constantRoutes: RouteRecordRaw[] = [ hidden: true, component: () => import('@/layout/components/SocialCallback/index.vue') }, + { + path: '/test/xgplayer', + component: () => import('@/views/test/xgplayer.vue'), + hidden: true + }, { path: '/login', component: () => import('@/views/login.vue'), diff --git a/src/views/test/xgplayer.vue b/src/views/test/xgplayer.vue new file mode 100644 index 0000000..5bb5bd7 --- /dev/null +++ b/src/views/test/xgplayer.vue @@ -0,0 +1,140 @@ + + + + + + -- Gitee From fd1d6a6d19f480ae191cf746a0d7241a44d903d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=89=E6=A2=A6=E7=9A=84=E4=BA=BA?= <992246872@qq.com> Date: Fri, 4 Jul 2025 11:20:51 +0800 Subject: [PATCH 5/5] =?UTF-8?q?fix:=20=E7=BA=A7=E8=81=94=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8C=89=E9=92=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/menu/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue index 6137eaf..99e1f9d 100644 --- a/src/views/system/menu/index.vue +++ b/src/views/system/menu/index.vue @@ -28,7 +28,7 @@ 新增 - 级联删除 + 级联删除 -- Gitee