@@ -429,7 +429,8 @@ export default {
},
clickRow(row) {
let id = row.id
- if(location.hostname === 'www.proginn.com') window.open(`/rooter/cloudjobitem/${id}`)
+ // 前往老的后台
+ if(location.hostname == 'rooter.proginn.com') window.open(`https://www.proginn.com/rooter/cloudjobitem/${id}`)
else window.open(`https://dev.test.proginn.com/rooter/cloudjobitem/${id}`)
/**