This website requires JavaScript.
Explore
Help
Register
Sign In
boyue2025
/
boyue-ui-admin-uniapp
Watch
3
Star
0
Fork
0
You've already forked boyue-ui-admin-uniapp
mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-uniapp
synced
2025-08-08 16:32:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
boyue-ui-admin-uniapp
/
src
/
typings.d.ts
9 lines
122 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: 先写好userStore
2023-12-23 11:27:00 +08:00
export
type
UserInfo
=
{
username
:
string
token
:
string
}
feat: 请求增加返回类型
2023-12-23 11:47:37 +08:00
export
type
UserItem
=
{
username
:
string
age
:
number
}
Reference in New Issue
Copy Permalink