修复部分问题

This commit is contained in:
2025-08-01 10:21:14 +08:00
parent 7c2b8b7840
commit 80c07fe756
4 changed files with 19 additions and 7 deletions

View File

@@ -18,6 +18,9 @@ export async function init() {
export const commonType = (num) => {
return http.request({
url: `/common/type/${num}`,
params:{
type:num
}
})
}