初始化admin pc端

This commit is contained in:
Mrtangl
2022-04-08 10:42:44 +08:00
parent d9c9f27530
commit 19665b64fb
137 changed files with 11991 additions and 0 deletions

7
admin/src/config/app.ts Normal file
View File

@@ -0,0 +1,7 @@
// 标题
export const title = 'likeadmin'
// terminal
export const terminal = 1
// 版本
export const version = '1.0.0'

View File

@@ -0,0 +1,3 @@
export const TOKEN = 'token'
// 缓存key前缀
export const ACCOUNT = 'account'