提交 e41e30d3 编写于 作者: D DebugIsFalse

Update Create.vue

上级 778978af
...@@ -70,11 +70,7 @@ const handleSearch = async () => { ...@@ -70,11 +70,7 @@ const handleSearch = async () => {
} }
onMounted(async () => { onMounted(async () => {
if (!$repos.length) { if (!$repos.length) {
let repoData = await fetchRequest('/v1/chat/repository', { let repoData = await useRequest('/v1/chat/repository', {})
headers: {
'Content-Type': 'application/x-www-form-urlencoded'
}
})
repoData = repoData.data.map(item => { repoData = repoData.data.map(item => {
return { return {
label: item.name, label: item.name,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册