|
|
@@ -374,7 +374,8 @@ export default {
|
|
|
window.open('/main/cloud_balance')
|
|
|
},
|
|
|
clickRow(row) {
|
|
|
- window.open('https://www.proginn.com/rooter/cloudjobitem/1347')
|
|
|
+ if(location.hostname === 'www.proginn.com') window.open('/rooter/cloudjobitem/1347')
|
|
|
+ else window.open('https://dev.test.proginn.com/rooter/cloudjobitem/1347')
|
|
|
}
|
|
|
}
|
|
|
}
|