Skip to content

Commit

Permalink
chore: delete useless files
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Nov 10, 2020
1 parent a90d93f commit 7675a9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 100 deletions.
5 changes: 1 addition & 4 deletions src/layouts/Logo.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="app-logo anticon" :class="theme" @click="handleGoHome" :style="wrapStyle">
<img :src="logo" />
<img src="/@/assets/images/logo.png" />
<div v-if="show" class="logo-title ml-2 ellipsis">{{ globSetting.title }}</div>
</div>
</template>
Expand All @@ -14,8 +14,6 @@
import { PageEnum } from '/@/enums/pageEnum';
import { MenuTypeEnum } from '../enums/menuEnum';
import logo from '/@/assets/images/logo.png';
import { menuStore } from '../store/modules/menu';
import { appStore } from '../store/modules/app';
Expand Down Expand Up @@ -68,7 +66,6 @@
handleGoHome,
globSetting,
show: showRef,
logo,
wrapStyle,
};
},
Expand Down
96 changes: 0 additions & 96 deletions src/views/dashboard/welcome/DemoChart.vue

This file was deleted.

0 comments on commit 7675a9f

Please sign in to comment.