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`) } }