From 3999b1265f4ed5098aa6b872fe289de9952f117a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Wed, 7 Jul 2021 15:01:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=82=E8=BD=BD=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main.js b/src/main.js index 73afe248..7c02cf65 100644 --- a/src/main.js +++ b/src/main.js @@ -10,10 +10,11 @@ import 'amfe-flexible/index.js' import './config/flexible' import store from './store/' import './permission' // permission control -import { getDicts } from "utils/data"; -//全局方法挂载 -Vue.prototype.getDicts = () => new getDicts(); +// import { getDicts } from "utils/data"; +// +// //全局方法挂载 +// Vue.prototype.getDicts = () => new getDicts(); // Vant 引用 import Vant from 'vant';