You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

compTongji.tsx 381 B

4 months ago
3 months ago
4 months ago
4 months ago
3 months ago
4 months ago
12345678910111213141516
  1. import { useEffect } from "react";
  2. import { useLocation } from "@rspress/core/runtime";
  3. export default function PluginTongji() {
  4. const { pathname } = useLocation();
  5. useEffect(() => {
  6. if (typeof _hmt !== 'undefined') {
  7. console.log(pathname, '111');
  8. _hmt.push(['_trackPageview', pathname]);
  9. }
  10. }, [pathname]);
  11. return null;
  12. }

Dora中文社区官网

Contributors (1)