11.2 单点页新建完成
This commit is contained in:
@ -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');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user