11.2 单点页新建完成

This commit is contained in:
jl-zhoujl2
2022-11-02 16:49:12 +08:00
parent bb9013a612
commit d15de01b29
7 changed files with 185 additions and 5 deletions

View File

@ -66,5 +66,11 @@ export async function getDictionaries() {
export async function getProjectById(id?: any) {
return request('/api/biz-service-ebtp-project/v1/projectRecord/' + id);
}
/**
* 获取跳转2.0的URL
*/
export async function getToSecondUrl() {
return request('/api/core-service-ebtp-userinfo/zglt/v1/getUrl');
}