提交 279c97e8 编写于 作者: yi.li's avatar yi.li

手动添加埋点1

上级 d6a282c3
...@@ -94,7 +94,6 @@ import ChangeFollowupStatus from "./followup/record-manage/dialog/change-followu ...@@ -94,7 +94,6 @@ import ChangeFollowupStatus from "./followup/record-manage/dialog/change-followu
import { mapGetters, mapState, mapActions } from 'vuex' import { mapGetters, mapState, mapActions } from 'vuex'
import * as commonUtil from '../utils/utils' import * as commonUtil from '../utils/utils'
import { postTrace } from '@/utils/patients/patientsapi' import { postTrace } from '@/utils/patients/patientsapi'
import { getBaseUrl } from '@/utils/index'
let vm = null let vm = null
export default { export default {
components: { components: {
...@@ -129,7 +128,7 @@ export default { ...@@ -129,7 +128,7 @@ export default {
/*vm.getTodayOverview({ /*vm.getTodayOverview({
status:0 status:0
});*/ });*/
postTrace('ACTION_WEB_ENTER', getBaseUrl(`#/home`)); postTrace('ACTION_WEB_ENTER', `${window.location.href}`);
}, },
computed: { computed: {
...mapGetters([ ...mapGetters([
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册