From 901be26b0491501afe8eb145392a8d8c307f0138 Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期三, 12 十月 2022 16:37:09 +0800 Subject: [PATCH] 新增施工交付其他交付功能 --- src/main.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index 02e2329..6227835 100644 --- a/src/main.js +++ b/src/main.js @@ -4,7 +4,7 @@ import Element from 'element-ui' import './assets/styles/element-variables.scss' - +import '@/assets/styles/custom.scss' // 鑷畾涔夋牱寮� import '@/assets/styles/index.scss' // global css import '@/assets/styles/ruoyi.scss' // ruoyi css import App from './App' @@ -37,7 +37,8 @@ import DictData from '@/components/DictData' // 寮瑰嚭灞傜粍浠� import Dialog from '@/components/Dialog/index' - +//涓嬭浇闄勪欢 +import { downFile } from '@/utils/down.js' // 鍏ㄥ眬鏂规硶鎸傝浇 Vue.prototype.getDicts = getDicts Vue.prototype.getConfigKey = getConfigKey @@ -48,6 +49,7 @@ Vue.prototype.selectDictLabels = selectDictLabels Vue.prototype.download = download Vue.prototype.handleTree = handleTree +Vue.prototype.downFile = downFile // 鍏ㄥ眬缁勪欢鎸傝浇 Vue.component('DictTag', DictTag) -- Gitblit v1.9.1