You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xgd_system/src/pages/GLQ/TeamViewer/SystemTime/index.tsx

11 lines
231 B

import styles from './index.less';
// GLQ远程维护 --> 交互维护命令--> 系统时间
export default function Page() {
return (
<div>
{'GLQ远程维护 --> 交互维护命令--> 系统时间'}
</div>
);
}