提交 067dbdf5 编写于 作者: guangjun.yang's avatar guangjun.yang

删除lock文件等

上级 634dca91
因为 它太大了无法显示 源差异 。您可以改为 查看blob
...@@ -2,16 +2,16 @@ import Vue from 'vue' ...@@ -2,16 +2,16 @@ import Vue from 'vue'
import rocNative from '@/utils/jsbridge' import rocNative from '@/utils/jsbridge'
import echarts from 'echarts' import echarts from 'echarts'
import { Toast } from 'vant'; import { Toast } from 'vant';
import { BASE_URL } from '@/utils/enumerate'; // import { BASE_URL } from '@/utils/enumerate';
import WebBuriedPoint, { sendBuriedData } from 'web-buried-point'; // import WebBuriedPoint, { sendBuriedData } from 'web-buried-point';
const { NUXT_ENV_APP } = process.env; // const { NUXT_ENV_APP } = process.env;
Vue.use(WebBuriedPoint, { // Vue.use(WebBuriedPoint, {
class_name: `learning_report`, // class_name: `learning_report`,
url: `${BASE_URL[NUXT_ENV_APP]}/file/log/trace1` // url: `${BASE_URL[NUXT_ENV_APP]}/file/log/trace1`
}); // });
Vue.prototype.$sendBuriedData = sendBuriedData; // Vue.prototype.$sendBuriedData = sendBuriedData;
Vue.use(Toast); Vue.use(Toast);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册