|
@@ -411,13 +411,13 @@ var vm = new Vue({
|
|
|
this.saveState()
|
|
|
if(utils.$envs.inWX){
|
|
|
if(!this.getStatus) {
|
|
|
- this.$refs.chartExampleRef.goOpen('', '', 'wx_analysis_ProjectDetails')
|
|
|
+ location.href = '/weixin/frontPage/bigmember/free/perfect_info?source=wx_analysis_ProjectDetails'
|
|
|
} else {
|
|
|
window.location.href='/big/wx/page/report_analysis_pro_list?id=' + this.rid
|
|
|
}
|
|
|
} else {
|
|
|
if(!this.getStatus) {
|
|
|
- this.$refs.chartExampleRef.goOpen('', '', 'app_analysis_ProjectDetails')
|
|
|
+ location.href = '/jyapp/frontPage/bigmember/free/perfect_info?source=app_analysis_ProjectDetails'
|
|
|
} else {
|
|
|
window.location.href='/jyapp/big/page/report_analysis_pro_list?id=' + this.rid
|
|
|
}
|