From b8282a9ed7ed83f873f1e895f69d61f400084645 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 30 Jan 2021 16:14:06 +0800
Subject: [PATCH] 文件重置
---
src/main.js | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/main.js b/src/main.js
index 45a5683..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 {
@@ -22,7 +22,6 @@
import avueUeditor from 'avue-plugin-ueditor';
import website from '@/config/website';
import crudCommon from '@/mixins/crud';
-
// 注册全局crud驱动
window.$crudCommon = crudCommon;
// 加载Vue拓展
@@ -60,4 +59,4 @@
store,
i18n,
render: h => h(App)
-}).$mount('#app');
+}).$mount('#app');
\ No newline at end of file
--
Gitblit v1.9.3