修改logo以及背景图
@ -20,7 +20,7 @@
|
||||
"@vueuse/core": "^9.3.0",
|
||||
"axios": "0.26.1",
|
||||
"echarts": "5.3.2",
|
||||
"element-plus": "2.1.8",
|
||||
"element-plus": "2.2.20",
|
||||
"file-saver": "2.0.5",
|
||||
"fuse.js": "6.5.3",
|
||||
"js-cookie": "3.0.1",
|
||||
|
||||
|
Before Width: | Height: | Size: 509 KiB After Width: | Height: | Size: 243 KiB |
BIN
src/assets/images/logo-title-transparent.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
src/assets/images/logo-title.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 6.8 KiB |
@ -24,9 +24,7 @@ import elementIcons from '@/components/SvgIcon/svgicon';
|
||||
import './permission'; // permission control
|
||||
|
||||
import {useDict} from '@/utils/dict';
|
||||
import {
|
||||
parseTime, resetForm, addDateRange, addTimeRange, handleTree, selectDictLabel,
|
||||
} from '@/utils/ruoyi';
|
||||
import {parseTime, resetForm, addDateRange, addTimeRange, handleTree, selectDictLabel} from '@/utils/ruoyi';
|
||||
|
||||
// 分页组件
|
||||
import Pagination from '@/components/Pagination';
|
||||
|
||||