From 0431bfbd2e062a4fbf0188a52d9a07f1c0d424e5 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期一, 05 七月 2021 21:36:26 +0800
Subject: [PATCH] 应用中心和系统设置的修改
---
src/pages/search/index/main.ts | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/pages/search/index/main.ts b/src/pages/search/index/main.ts
index 775805f..da0d750 100644
--- a/src/pages/search/index/main.ts
+++ b/src/pages/search/index/main.ts
@@ -1,15 +1,16 @@
import Vue from 'vue';
+import App from './App.vue';
+
import ElementUI from 'element-ui';
+import 'element-ui/lib/theme-chalk/index.css';
+import "@/assets/css/element-variables.scss";
+
import preview from 'vue-photo-preview'
import moment from "moment";
import * as VueWindow from "@hscmap/vue-window";
-import App from './App.vue';
import Mixin from "./mixins";
-import 'element-ui/lib/theme-chalk/index.css';
-import "@/assets/css/element-variables.scss";
import 'vue-photo-preview/dist/skin.css'
-//import "../../../assets/css/common.scss"
Vue.prototype.$moment = moment;
@@ -24,7 +25,6 @@
Vue.filter('moment', function (value, formatString) {
formatString = formatString || 'YYYY-MM-DD HH:mm:ss';
return moment(value).format(formatString);
-
});
export default Vue.prototype.bus = new Vue({
--
Gitblit v1.8.0