|
|
@@ -97,8 +97,8 @@ export default {
|
|
|
},
|
|
|
// 点击用户的 uid
|
|
|
clickName(item) {
|
|
|
- if(env === 'test')window.open(`https://dev.test.proginn.com/cert/freelancer?id=${item.id}`)
|
|
|
- else window.open(`https://www.proginn.com/cert/freelancer?id=${item.id}`)
|
|
|
+ if(env === 'test')window.open(`https://dev.test.proginn.com/cert/apply?type=${item.id}`)
|
|
|
+ else window.open(`https://www.proginn.com/cert/apply?type=${item.id}`)
|
|
|
},
|
|
|
// 根据状态显示图表样式
|
|
|
tableRowClassName({ row, rowIndex }) {
|