update .gitignore

This commit is contained in:
GaoHao
2025-01-07 10:19:21 +08:00
parent a194af29cb
commit f7037c0643
27 changed files with 45 additions and 3756 deletions

View File

@@ -10,4 +10,13 @@ export async function init() {
uni.setStorageSync('moreSearch', res.data.value)
}
})
}
/**
*
*/
export const commonType = (num) => {
return http.request({
url: `/common/type/${num}`,
})
}