Преглед изворни кода

reactor:523 新增【值班管理】功能;520 来电弹屏增加运营商字段;519 创建知识页面新增“重要政策文件”模板;517 流程管理加导出功能;518 【常用意见管理】增加导出等功能;513 新增【设为观察件】等功能;515 知识库管理增加查询条件;388 智能回访任务查询;

zhangchong пре 1 дан
родитељ
комит
dea8a07a81
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      src/App.vue

+ 4 - 4
src/App.vue

@@ -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();