Commit bd8638a9 by xiawei

去除埋点

parent fe13217e
......@@ -40,8 +40,10 @@ Vue.use(Bus);
if (process.client) {
if (!process.env.private) {
require('@/plugins/arms');
const Inkmarks = require('@gdyfe/ink-marks');
Vue.prototype.$inkmarks = Inkmarks;
if (process.env.X_CA_STAGE) {
const Inkmarks = require('@gdyfe/ink-marks');
Vue.prototype.$inkmarks = Inkmarks;
}
}
const Cookie = require('js-cookie');
Vue.prototype.$cookie = Cookie;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment