first commit
This commit is contained in:
BIN
resources/admin/assets/404.png
Normal file
BIN
resources/admin/assets/404.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
35
resources/admin/assets/enum/app.ts
Normal file
35
resources/admin/assets/enum/app.ts
Normal file
@@ -0,0 +1,35 @@
|
||||
/**
|
||||
* 服务端返回码
|
||||
*/
|
||||
export const enum Code {
|
||||
SUCCESS = 10000, // 成功
|
||||
LOST_LOGIN = 10001, // 登录失效
|
||||
VALIDATE_FAILED = 10002, // 验证错误
|
||||
PERMISSION_FORBIDDEN = 10003, // 权限禁止
|
||||
LOGIN_FAILED = 10004, // 登录失败
|
||||
FAILED = 10005, // 操作失败
|
||||
LOGIN_EXPIRED = 10006, // 登录失效
|
||||
LOGIN_BLACKLIST = 10007, // 黑名单
|
||||
USER_FORBIDDEN = 10008, // 账户被禁
|
||||
WECHAT_RESPONSE_ERROR = 40000,
|
||||
}
|
||||
|
||||
/**
|
||||
* 白名单页面
|
||||
*
|
||||
* 不需要权限认证
|
||||
*/
|
||||
export const enum WhiteListPage {
|
||||
LOGIN_PATH = '/login',
|
||||
|
||||
NOT_FOUND_PATH = '/404'
|
||||
}
|
||||
|
||||
/**
|
||||
* menu 类型
|
||||
*/
|
||||
export const enum MenuType {
|
||||
PAGE_TYPE = 1,
|
||||
|
||||
Button_Type
|
||||
}
|
BIN
resources/admin/assets/login-left.png
Normal file
BIN
resources/admin/assets/login-left.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
BIN
resources/admin/assets/logo.png
Normal file
BIN
resources/admin/assets/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
Reference in New Issue
Block a user