From 4fb905d2af3a695a6720111e8ca3708fc6d2034f Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期二, 29 十二月 2020 18:40:09 +0800 Subject: [PATCH] 轨迹图人员筛选移除隐藏全部 --- src/pages/library/index/main.ts | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/library/index/main.ts b/src/pages/library/index/main.ts index f7cd6fa..cadf456 100644 --- a/src/pages/library/index/main.ts +++ b/src/pages/library/index/main.ts @@ -1,12 +1,10 @@ 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 "../../../assets/css/overried.scss" -import "../../../assets/css/common.scss" - -import App from './App.vue' import moment from "moment"; Vue.prototype.$moment = moment; -- Gitblit v1.8.0