mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-12 11:43:42 +08:00
build(deps): 添加smooth-scroll插件、axios封装
This commit is contained in:
5
src/utils/auth/index.ts
Normal file
5
src/utils/auth/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export function getStorageToken() {
|
||||
return '';
|
||||
}
|
||||
|
||||
export function getStorageUserInfo() {}
|
||||
1
src/utils/index.ts
Normal file
1
src/utils/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { getStorageToken, getStorageUserInfo } from './auth';
|
||||
Reference in New Issue
Block a user