From c4748444c403fb4303071c1dd9e02c9d3747f37e Mon Sep 17 00:00:00 2001 From: chenxf Date: Wed, 28 Jan 2026 10:46:40 +0800 Subject: [PATCH] fix --- src/components/RightBar/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/RightBar/index.vue b/src/components/RightBar/index.vue index 817e2ac..e9a5ee4 100644 --- a/src/components/RightBar/index.vue +++ b/src/components/RightBar/index.vue @@ -62,7 +62,7 @@ export default { this.$message.warning('请先登录') return } - const source = 9 + const source = 10 window.open(`${process.env.VUE_APP_DEVOPS}/#/auth?info=${btoa(encodeURI(JSON.stringify({ userId, username: username || '', name: nickname || unitName || '游客', ts: Date.now() })))}&source=${source}&roleType=outer&redirect=/repair/outerAdd`) }, toList() { @@ -71,7 +71,7 @@ export default { this.$message.warning('请先登录') return } - const source = 9 + const source = 10 window.open(`${process.env.VUE_APP_DEVOPS}/#/auth?info=${btoa(encodeURI(JSON.stringify({ userId, username: username || '', name: nickname || unitName || '游客', ts: Date.now() })))}&source=${source}&roleType=outer&redirect=/repair/outer`) } }