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/TelnetCommand/index.tsx

11 lines
229 B

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