Merge branch 'main' into develop-20240417-用户配置

This commit is contained in:
jxxghp
2024-04-23 10:00:29 +08:00
committed by GitHub
41 changed files with 549 additions and 479 deletions
-5
View File
@@ -2,13 +2,8 @@
import { useToast } from 'vue-toast-notification'
import { useTheme } from 'vuetify'
import api from '@/api'
import store from './store'
import { fixArrayAt } from '@/@core/utils/compatibility'
// 修复低版本Safari等浏览器数组不支持at函数的问题
fixArrayAt()
// 提示框
const $toast = useToast()