Commit 5b1eeb14 authored by wangwei's avatar wangwei

打包

parent 9451a91d
......@@ -11,7 +11,7 @@ import 'mint-ui/lib/style.css'
Vue.config.productionTip = false;
Vue.prototype.$sa = sa;
Vue.prototype.$sa.init({
server_url: 'http://47.107.250.38:8106/sa?project=default', // 替换成自己的神策地址
server_url: 'http://47.107.250.38:8106/sa?project=' + process.env.NODE_ENV === 'production' ? "production" : "default", // 替换成自己的神策地址
heatmap: {
//是否开启点击图,默认 default 表示开启,自动采集 $WebClick 事件,可以设置 'not_collect' 表示关闭
clickmap:'default',
......
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 to comment