@@ -238,14 +238,14 @@ const setLockScreen = computed(() => {
});
// 可同时显示的消息最大数量
-const messageConfig = reactive<any>({
+const messageConfig = {
max: 3, // 最大数量
offset: 70, // 距离顶部的距离
-});
+};
// 自动在两个中文字符之间插入空格
-const buttonConfig = reactive<any>({
+const buttonConfig = {
autoInsertSpace: false,
// 获取全局组件大小
const getGlobalComponentSize = computed(() => {
return other.globalComponentSize();