mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 12:09:46 +08:00
perf: Use Imports Instead of Aliases
This commit is contained in:
@@ -2,7 +2,7 @@ import type { UserInfo } from '@vben/types';
|
||||
|
||||
import type { UserApiType } from '../types';
|
||||
|
||||
import { request } from '@/forward';
|
||||
import { request } from '#/forward';
|
||||
|
||||
/**
|
||||
* 登录
|
||||
|
Reference in New Issue
Block a user