This commit is contained in:
bb_pan 2026-01-05 18:07:00 +08:00
parent 003201e704
commit e46d266f96
2 changed files with 3 additions and 1 deletions

View File

@ -101,6 +101,8 @@ export default {
this.$store.dispatch("LogOut").then((res) => {
console.log('🚀 ~ res-退出登录:', res)
console.log("logout", process.env.VUE_APP_BASE_API)
this.$store.dispatch('tagsView/delAllViews')
location.reload()
if (process.env.VUE_APP_BASE_API == '/iws/jxhzb-api') {
window.location.href = 'http://sgwpdm.ah.sgcc.com.cn/iws'
} else {

View File

@ -378,7 +378,7 @@ export default {
} else if (item.businessName == '设备退库') {
url = '/business/warehouse/auditDetails'
} else if (item.businessName == '设备维修') {
url = '/equipment/repair/approval-detail'
url = '/equipmentRepair/repairApprovalDetail'
} else if (item.businessName == '设备退役') {
this.$router.push({
name: 'RetireApplyAuditDetail',