添加按钮背景

This commit is contained in:
李志鹏
2025-10-31 16:42:10 +08:00
parent ef5392e28c
commit f286570c24
3 changed files with 3 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
// 每一个存储的模块命名规则use开头store结尾
import { defineStore } from 'pinia'
import MyEvent from '@/utils/myEvent'
import { uploadCustomerPhoto } from '@/api/workshop'
MyEvent.add('clear-generate-state', () => useGenerateStore().clearGenerateData())
export const useGenerateStore = defineStore({