mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-15 06:40:33 +08:00
perf: 同步完整版代码
This commit is contained in:
10
src/views/login/utils/static.ts
Normal file
10
src/views/login/utils/static.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { computed } from "vue";
|
||||
import bg from "/@/assets/login/bg.png";
|
||||
import avatar from "/@/assets/login/avatar.svg?component";
|
||||
import illustration from "/@/assets/login/illustration.svg?component";
|
||||
|
||||
const currentWeek = computed(() => {
|
||||
return illustration;
|
||||
});
|
||||
|
||||
export { bg, avatar, currentWeek };
|
||||
Reference in New Issue
Block a user