| | |
| | | }) |
| | | router.beforeEach((to, from, next) => { |
| | | if (to.path === '/business/screen') { |
| | | window.open('http://106.14.20.42/screen/#/maturity') |
| | | // window.open(process.env.VUE_APP_SCREENURL2) |
| | | // window.open('http://106.14.20.42/screen/#/maturity') |
| | | window.open(process.env.VUE_APP_SCREENURL2) |
| | | next({ name: from.name }) |
| | | return |
| | | } |
| | |
| | | :id="item.id" |
| | | :canApply="true" |
| | | :isApply="activeName=='first'" |
| | | :projectNmae="item.name || item.projectName" |
| | | :projectName="item.name || item.projectName" |
| | | :status="item.status" |
| | | :imgurlfull="item.imgurlfull" |
| | | :applyDate="item.startDate.substring(0,item.startDate.length-3)+'~'+item.endDate.substring(0,item.endDate.length-3)" |