A\An пре 3 година
родитељ
комит
19d4844de9
1 измењених фајлова са 5 додато и 2 уклоњено
  1. 5 2
      pages/index.vue

+ 5 - 2
pages/index.vue

@@ -208,6 +208,7 @@ const page = {
 }
 const jumpUrl = page[process.env.NUXT_ENV.MODE] + '/'
 const baseURL = api[process.env.NUXT_ENV.MODE]
+const appType = 1;
 
 
 export default {
@@ -288,7 +289,8 @@ export default {
 				baseInfo: {
 					appVersionCode: this.appVersionCode,
 					mid: this.mid,
-					pageSource: Report.pageSource.newUserLandingPage
+					pageSource: Report.pageSource.newUserLandingPage,
+					appType
 				},
 				params: {
 					eventData: {
@@ -561,7 +563,8 @@ export default {
 				baseInfo: {
 					appVersionCode: this.appVersionCode,
 					mid: this.mid,
-					pageSource: Report.pageSource.newUserLandingPage
+					pageSource: Report.pageSource.newUserLandingPage,
+					appType
 				},
 				params: {
 					eventData: {