|
@@ -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: {
|