import React from "react"; import * as commonFunc from "@/components/Common/commonFunc"; const QueryTracking = (props) => { const pageDevelop = commonFunc.showLocalMessage(props, 'pageDevelop', '页面开发中...'); const style = { width: "100%", height: "100%", display: "flex", justifyContent: "center", alignItems: "center", fontSize: 30 }; return