|
@@ -79,9 +79,10 @@
|
|
|
jumpUrl() {
|
|
|
var p = this.$route.path.split('/');
|
|
|
var pData = p[p.length - 1].split('_');
|
|
|
+ var fdjData = pData[0].substr(0,1);
|
|
|
var wpId = p[p.length - 1];
|
|
|
if (wpId.indexOf("FDC") !== -1) {
|
|
|
- this.windsitePath = `/monitor/windsite/info/${wpId}/${pData[0] + '01_01'}`
|
|
|
+ this.windsitePath = `/monitor/windsite/info/${wpId}/${fdjData[0] + 'G01_01'}`
|
|
|
} else {
|
|
|
this.windsitePath = `../../windsite/inverter-info/${wpId}/${pData[0] + '01_01'}`
|
|
|
}
|