feat: 修改url地址,防止307成错误的url地址

This commit is contained in:
jianxiong.cao
2023-09-22 15:11:52 +08:00
parent 43589c66e9
commit 2dc0eca4aa
13 changed files with 16 additions and 16 deletions

View File

@@ -38,7 +38,7 @@ function pluginInstalled() {
// 获取插件列表数据
async function fetchData() {
try {
dataList.value = await api.get('plugin')
dataList.value = await api.get('plugin/')
isRefreshed.value = true
}
catch (error) {