Commit bd8638a9 by xiawei

去除埋点

parent fe13217e
...@@ -40,8 +40,10 @@ Vue.use(Bus); ...@@ -40,8 +40,10 @@ Vue.use(Bus);
if (process.client) { if (process.client) {
if (!process.env.private) { if (!process.env.private) {
require('@/plugins/arms'); require('@/plugins/arms');
const Inkmarks = require('@gdyfe/ink-marks'); if (process.env.X_CA_STAGE) {
Vue.prototype.$inkmarks = Inkmarks; const Inkmarks = require('@gdyfe/ink-marks');
Vue.prototype.$inkmarks = Inkmarks;
}
} }
const Cookie = require('js-cookie'); const Cookie = require('js-cookie');
Vue.prototype.$cookie = 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