From c8f873c85f86c50c479900abea194dc6bb46a2e4 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期五, 27 九月 2024 18:10:29 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/plt-web/plt-web-ui/src/api/UI/uiDefine.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/api/UI/uiDefine.js b/Source/plt-web/plt-web-ui/src/api/UI/uiDefine.js index b0340cd..47bfd5d 100644 --- a/Source/plt-web/plt-web-ui/src/api/UI/uiDefine.js +++ b/Source/plt-web/plt-web-ui/src/api/UI/uiDefine.js @@ -103,6 +103,14 @@ params }) } +//涓嬫柟琛ㄦ牸鏁版嵁 +export function getPLPageDefinations(params){ + return request({ + url: "/api/uiManagerController/getPLPageDefinations", + method: "get", + params + }); +} // 涓氬姟绫诲瀷涓嬫媺鏌ヨ export function getBtmDatasByPage(page, limit, params) { -- Gitblit v1.9.3