远程支持页面、语言切换按钮样式

This commit is contained in:
2023-12-28 11:00:10 +08:00
parent eaa3539b11
commit 3b12fa1f45
7 changed files with 153 additions and 11 deletions

View File

@@ -138,3 +138,10 @@ export const sysMenuBuild = () => post('api/sysMenu/build', {
// 用户退出
export const authLogout = () => post('auth/logout', {
})
/**
* 远程支持
*/
// 获取远程码接口
export const queryRemotelnfo = () => post('api/developer/queryRemotelnfo', {
})