From a97c647b910b21188cd93ab4362aad2d578f2a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Sun, 13 Mar 2022 19:17:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Vue/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZR.Vue/src/main.js b/ZR.Vue/src/main.js index 633ae62..6b2b1fd 100644 --- a/ZR.Vue/src/main.js +++ b/ZR.Vue/src/main.js @@ -16,7 +16,7 @@ import signalR from '@/utils/signalR' import './assets/icons' // icon import './permission' // permission control -import { getDicts} from "@/api/system/dict/data"; +import { getDicts } from "@/api/system/dict/data"; import { getConfigKey } from "@/api/system/config"; import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, download, handleTree, handleDict } from "@/utils/ruoyi"; //分页组件