Authored by 李奇

fixed:修正平台前缀

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