|
@@ -505,7 +505,7 @@ export default {
|
|
|
},
|
|
|
// 立即充值
|
|
|
goRecharge (item) {
|
|
|
- this.$router.push(`/order/download-pack/${item.flag}`)
|
|
|
+ window.open(`/swordfish/page_big_pc/order/download-pack/${item.flag}`, '_self')
|
|
|
},
|
|
|
// 查看余额明细页面
|
|
|
goBalance (item) {
|
|
@@ -517,11 +517,6 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
- // 报告下载
|
|
|
- // downloadReport (item) {
|
|
|
- // const url = item.s_pdfUrl
|
|
|
- // window.open(url, '_blank')
|
|
|
- // },
|
|
|
// 查看报告
|
|
|
viewReport () {
|
|
|
this.$router.push('/desktop/report_analysis')
|