feat: 单位换算

This commit is contained in:
osiris
2024-05-31 11:11:42 +08:00
parent 5a06a7aef3
commit 90136ccbd2
13 changed files with 470 additions and 127 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ export const useToolsStore = defineStore('tools', {
async getTools(data: ToolsReqData) {
//发送请求
const result: any = await getTools(data)
this.list = result
return result
this.list = result
return result
},
//获取tool info
async getToolInfo(data: ToolsReqData) {