Authored by 李奇

fixed:修正平台前缀

@@ -66,7 +66,7 @@ export default { @@ -66,7 +66,7 @@ export default {
66 methods: { 66 methods: {
67 report(param) { 67 report(param) {
68 68
69 - const prefix = this.yoho.isiOS ? 'i' : (this.yoho.isAndroid ? 'a' : ''); 69 + const prefix = this.yoho.env.isiOS ? 'i' : (this.yoho.env.isAndroid ? 'a' : '');
70 _.each(param, item => { 70 _.each(param, item => {
71 if (this.pageNameMap[item.P_NAME]) { 71 if (this.pageNameMap[item.P_NAME]) {
72 item.P_NAME = this.pageNameMap[item.P_NAME]; 72 item.P_NAME = this.pageNameMap[item.P_NAME];