This commit is contained in:
BianLzhaoMin 2025-09-23 16:18:11 +08:00
parent 21b3e160e4
commit 8f5c71255c
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ const webViewUrl = ref('')
const memberStore = useMemberStore() const memberStore = useMemberStore()
// //
const getProjectList = async () => { const getProjectList = async () => {
const { data: res } = await getAllProjectListApi() const { data: res } = await getAllProjectListApi()
projectList.value = res || [] projectList.value = res || []