update 添加图标

This commit is contained in:
zk
2024-05-16 15:49:12 +08:00
parent 65a3ee7eb5
commit 1c908b0615
3 changed files with 74 additions and 74 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import axios from 'axios'; import axios from 'axios';
import { getAppEnvConfig } from '../utils/env.ts'; import { getAppEnvConfig } from '/@/utils/env.ts';
import { useUserStore } from '/@/store/modules/user.ts'; import { useUserStore } from '/@/store/modules/user.ts';
import { getAuthCache } from '/@/utils/auth.ts'; import { getAuthCache } from '/@/utils/auth.ts';
import { TOKEN_KEY } from '/@/enum/cacheEnum.ts'; import { TOKEN_KEY } from '/@/enum/cacheEnum.ts';
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

+2 -2
View File
@@ -24,7 +24,7 @@
left: 6px; left: 6px;
bottom: -12px; bottom: -12px;
height: 6px; height: 6px;
background: url('../images/light.png') no-repeat; background: url('/@/assets/images/light.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
} }
@@ -152,7 +152,7 @@
.helicopter { .helicopter {
width: 60px; width: 60px;
height: 37px; height: 37px;
background: url("../img/helicopter.png") no-repeat; background: url("/@/assets/img/helicopter.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
margin-bottom: 4px; margin-bottom: 4px;
} }