提交 4753722e 编写于 作者: guangjun.yang's avatar guangjun.yang

去掉埋点的

上级 3ae2cf4a
......@@ -3,15 +3,15 @@ import rocNative from '@/utils/jsbridge'
import echarts from 'echarts'
import { Toast } from 'vant';
import { BASE_URL } from '@/utils/enumerate';
const { NUXT_ENV_APP } = process.env;
import WebBuriedPoint, { sendBuriedData } from 'web-buried-point';
Vue.use(WebBuriedPoint, {
class_name: `learning_report`,
url: `${BASE_URL[NUXT_ENV_APP]}/file/log/trace1`
});
// import { BASE_URL } from '@/utils/enumerate';
// const { NUXT_ENV_APP } = process.env;
// import WebBuriedPoint, { sendBuriedData } from 'web-buried-point';
// Vue.use(WebBuriedPoint, {
// class_name: `learning_report`,
// url: `${BASE_URL[NUXT_ENV_APP]}/file/log/trace1`
// });
Vue.prototype.$sendBuriedData = sendBuriedData;
// Vue.prototype.$sendBuriedData = sendBuriedData;
Vue.use(Toast);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册