From 907524a074586beee0e604cb54fc0024c77b0791 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 15 Mar 2022 10:53:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.js b/src/main.js index e4e97e9e..3b56e15d 100644 --- a/src/main.js +++ b/src/main.js @@ -25,6 +25,7 @@ Vue.config.productionTip = false; Vue.prototype.$http = axios; Vue.prototype.$cdn = 'https://cdn.cunwuyun.cn/dvcp/h5/'; Object.keys(utils).map((e) => (Vue.prototype['$' + e] = utils[e])); +utils.dict.init({instance: axios}) App.mpType = 'app'; process.env.NODE_ENV == 'development' && new VConsole(); const app = new Vue({