This commit is contained in:
parent
003201e704
commit
e46d266f96
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue