feat: init

This commit is contained in:
ex_zhangwenlei@exiot.cmcc
2024-01-02 21:50:01 +08:00
commit df02b23b2d
69 changed files with 7333 additions and 0 deletions

3
src/utils/auth.ts Normal file
View File

@@ -0,0 +1,3 @@
export function getToken() {
return window.localStorage.getItem('userToken');
}