Commit 1f15cda8 authored by 谭文海's avatar 谭文海

更新 main.js

parent 9c1fa6a3
......@@ -11,13 +11,12 @@ import sa from 'sa-sdk-javascript';
import 'mint-ui/lib/style.css'
import scroll from "./base/scroll/scroll"
import { Popup, Lazyload, Button, Dialog, Toast } from 'vant';
import * as fundebug from "fundebug-javascript";
import fundebugVue from "fundebug-vue";
fundebug.init({
apikey: "4d414770c72b034dfa896048206a72258ede4e4ad5f9c6c4320d19b7f91a567e"
})
import * as fundebug from 'fundebug-javascript';
import fundebugVue from 'fundebug-vue';
fundebug.apikey = '4d414770c72b034dfa896048206a72258ede4e4ad5f9c6c4320d19b7f91a567e';
fundebugVue(fundebug, Vue);
Vue.config.productionTip = false;
//神策埋点
Vue.prototype.$sa = sa;
......
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