Merge branches 'main' and 'main' of ssh://18.167.251.121:10002/aidlab/lanecarford_front

This commit is contained in:
X1627315083
2025-11-20 17:01:35 +08:00
2 changed files with 6 additions and 1 deletions

View File

@@ -156,6 +156,11 @@ export const useGenerateStore = defineStore({
for (const key in data) {
this.customizeInfo[key] = data[key]
}
},
uploadCustomizeInfoDemo(data: object) {
for (const key in data) {
this.customizeInfoDemo[key] = data[key]
}
},
clearCustomerInfo() {
this.customerInfo = {