单点登录提交

This commit is contained in:
zhangyichen
2022-04-13 13:48:55 +08:00
parent 30dbe491ed
commit 0e2af584cc
4 changed files with 204 additions and 45 deletions
+11
View File
@@ -0,0 +1,11 @@
import axios from '@/common/axiosV2'
// 流程发起
export function checkPage(params) {
return axios({
url: '/api/checkPage',
method: 'get',
params
})
}