【修改】maidian

This commit is contained in:
zhoulingpo
2023-05-26 12:29:18 +08:00
parent bd81dea4bb
commit e95d97c593
4 changed files with 46 additions and 4 deletions
+8
View File
@@ -33,6 +33,14 @@ export default {
}
},
created () {
aplus_queue.push({
action: 'aplus.setMetaInfo',
arguments: ['aplus-autotrack-enabled', true]
})
aplus_queue.push({
action: 'aplus.setMetaInfo',
arguments: ['Info ', true]
});
const _that = this
// var path = window.location.search
// var ticket = this.getQueryVariable(path, 'ticket')
+12 -2
View File
@@ -39,7 +39,6 @@
<script>
import { Base64 } from 'js-base64'
import {basMessage} from '@/utils/Enum/enum'
import {init} from '@/utils/quickTracking';
export default {
name: 'Login',
data () {
@@ -152,7 +151,18 @@ export default {
params={ path: '/userCenter/processCenter', query: { id: 'AEHJB8YNJ3' }}
}
this.$message.success('登录成功')
init()
aplus_queue.push({
action: 'aplus.setMetaInfo',
arguments: ["_user_id", this.$store.getters.userInfo.usid]
});
aplus_queue.push({
'action':'aplus.record',
'arguments':['$$_user_profile', 'OTHER', {
name: this.$store.getters.userInfo.usname, //用户属性1
}]
});
this.getMarket().then((resx)=>{
this.$store.commit('setMarketpre', resx)
this.$router.push(params)
+10 -2
View File
@@ -3,7 +3,6 @@
</template>
<script>
import {init} from '@/utils/quickTracking';
export default {
name: "checkPage",
data(){
@@ -73,7 +72,16 @@ export default {
params={ path: '/userCenter/processCenter', query: { id: 'AEHJB8YNJ3' }}
}
this.$message.success('登录成功')
init()
aplus_queue.push({
action: 'aplus.setMetaInfo',
arguments: ["_user_id", this.$store.getters.userInfo.usid]
});
aplus_queue.push({
'action':'aplus.record',
'arguments':['$$_user_profile', 'OTHER', {
name: this.$store.getters.userInfo.usname, //用户属性1
}]
});
this.getMarket().then((resx)=>{
this.$store.commit('setMarketpre', resx)
this.$router.push(params)