From b7ce4df611c11605aef94dac1b7056be5138b792 Mon Sep 17 00:00:00 2001 From: tian <3072314689@qq.com> Date: 星期二, 23 九月 2025 19:38:31 +0800 Subject: [PATCH] Merge branch 'master' of http://47.93.189.255:8099/r/archiveFrontEnd --- src/api/system/projectName.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/api/system/projectName.js b/src/api/system/projectName.js index 6d70882..c5cc84e 100644 --- a/src/api/system/projectName.js +++ b/src/api/system/projectName.js @@ -8,7 +8,14 @@ params: query }) } +// 鏌ヨ銆愯濉啓鍔熻兘鍚嶇О銆戝垪琛� +export function listAllProjectName() { + return request({ + url: '/system/projectName/listAll', + method: 'get', + }) +} // 鏌ヨ銆愯濉啓鍔熻兘鍚嶇О銆戣缁� export function getName(id) { return request({ -- Gitblit v1.9.1