在 uni 中使用 page-spy,支持多平台
ts
// #ifdef WEB
import PageSpy from '@huolala-tech/page-spy-browser';
// #endif
// #ifdef WEB
/**
// #endif
// #ifdef MP-WEIXIN
import PageSpy from '@huolala-tech/page-spy-wechat';
// #endif
// #ifdef WEB
*/
// #endif
new PageSpy({
api: 'spy.shaojie.fun',
enableSSL: true
});