LaiTool V3.0.1-preview.5

This commit is contained in:
2024-08-12 16:26:08 +08:00
parent f64c7ad677
commit e85b0a986d
37 changed files with 979 additions and 1399 deletions
+2
View File
@@ -43,6 +43,7 @@ export const useSoftwareStore = defineStore('software', {
async GetComponentSize() {
debugger
if (this.componentSize.length == 0) {
//@ts-ignore
let res = await window.setting.GetComponentSize()
this.componentSize = res.data
}
@@ -54,6 +55,7 @@ export const useSoftwareStore = defineStore('software', {
// 将当前的software数据保存到数据库中
async SaveSoftware() {
// 保存数据
// @ts-ignore
return await window.setting.SaveSoftWareSetting(JSON.parse(JSON.stringify(this.softWare)))
}