update 添加图标
This commit is contained in:
+1
-1
@@ -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 |
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user