From 33c4e059eeb71de6f186bc4ee22e05bfd3bd5aeb Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 24 Mar 2021 18:23:45 +0800
Subject: [PATCH] 问题修复
---
src/main.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main.js b/src/main.js
index 2bf2c4b..9085075 100644
--- a/src/main.js
+++ b/src/main.js
@@ -7,7 +7,7 @@
import './error'; // 日志
import './cache';//页面缓存
import store from './store';
-import {loadStyle} from './util/util'
+import { loadStyle } from './util/util'
import * as urls from '@/config/env';
import Element from 'element-ui';
import {
@@ -59,4 +59,4 @@
store,
i18n,
render: h => h(App)
-}).$mount('#app');
+}).$mount('#app');
\ No newline at end of file
--
Gitblit v1.9.3