焊接首页

This commit is contained in:
2026-06-10 14:17:54 +08:00
parent d171a5b73b
commit 787ad93dee
24 changed files with 1682 additions and 38 deletions
+9 -1
View File
@@ -3,5 +3,13 @@ import {
post
} from '@/utils/request.js'
/**
* 登录接口
*/
export const reqLogin = (data) => post('user/postLoginOn', data)
export const reqLogin = (data) => post('user/postLoginOn', data)
/**
* 请求控制权限
*/
export const reqMenuPowerList = (userId,projectId)=>get(`User/getMenuPowerList?userId=${userId}&projectId=${projectId}`)