build(deps): 添加smooth-scroll插件、axios封装

This commit is contained in:
Soybean
2021-05-29 03:02:15 +08:00
parent afd4d04110
commit 82411cc5eb
29 changed files with 504 additions and 24 deletions

5
src/utils/auth/index.ts Normal file
View File

@ -0,0 +1,5 @@
export function getStorageToken() {
return '';
}
export function getStorageUserInfo() {}

1
src/utils/index.ts Normal file
View File

@ -0,0 +1 @@
export { getStorageToken, getStorageUserInfo } from './auth';