fix: MiniBusiness.vue 缺少 miniBusinessApi 导入
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,7 @@ import { todayStr } from '@/utils'
|
|||||||
import { getMgrStyle, loadManagerColors } from '@/utils/managerColor'
|
import { getMgrStyle, loadManagerColors } from '@/utils/managerColor'
|
||||||
import { useScreenshot } from '@/utils/screenshot'
|
import { useScreenshot } from '@/utils/screenshot'
|
||||||
import api from '@/api/index'
|
import api from '@/api/index'
|
||||||
|
import { miniBusinessApi } from '@/api/miniBusiness'
|
||||||
import EditLogPanel from '@/components/EditLogPanel.vue'
|
import EditLogPanel from '@/components/EditLogPanel.vue'
|
||||||
|
|
||||||
const auth = useAuthStore()
|
const auth = useAuthStore()
|
||||||
|
|||||||
Reference in New Issue
Block a user