mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-09 02:03:43 +08:00
feat(projects): new router system [新的路由系统]
This commit is contained in:
@@ -30,8 +30,10 @@ export enum EnumDataType {
|
||||
undefined = '[object Undefined]',
|
||||
object = '[object Object]',
|
||||
array = '[object Array]',
|
||||
function = '[object Function]',
|
||||
date = '[object Date]',
|
||||
regexp = '[object RegExp]',
|
||||
promise = '[object Promise]',
|
||||
set = '[object Set]',
|
||||
map = '[object Map]',
|
||||
file = '[object File]'
|
||||
|
||||
Reference in New Issue
Block a user