焊接首页
This commit is contained in:
+9
-1
@@ -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}`)
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
import {
|
||||
get,
|
||||
post
|
||||
} from '@/utils/request.js'
|
||||
|
||||
// BaseInfo/getProjectWorkArea?projectId=0792b983-4de2-44d5-adba-361b7fc99a97&
|
||||
|
||||
/**
|
||||
* 请求单位工程
|
||||
*/
|
||||
export const reqProjectWorkArea = (projectId)=>get(`BaseInfo/getProjectWorkArea?projectId=${projectId}`)
|
||||
Reference in New Issue
Block a user