WXL (wul)
6 天以前 25b6d3d875c1c24f70de8a06f8098b301a2790d5
src/main.js
@@ -50,6 +50,7 @@
  addDateRange,
  selectDictLabel,
  selectDictLabels,
  desensitization,
  handleTree,
  daysBetween,
} from "@/utils/ruoyi";
@@ -77,6 +78,8 @@
import components from "./components";
// 语音组件
import VueAudio from 'vue-audio-better'
// 弹框拖动
import '@/utils/drag.js';
// 注册过滤器
// 自定义指令
import * as directives from "./directives";
@@ -94,6 +97,7 @@
Vue.prototype.getConfigKey = getConfigKey;
Vue.prototype.parseTime = parseTime;
Vue.prototype.formatTime = formatTime;
Vue.prototype.desensitization = desensitization;
Vue.prototype.daysBetween = daysBetween;
Vue.prototype.resetForm = resetForm;
Vue.prototype.addDateRange = addDateRange;