Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 718 Bytes

File metadata and controls

28 lines (22 loc) · 718 Bytes

umi config

block: {
    defaultGitUrl: 'https://github.com/282919088/nsc-framework-react-blocks',
},

user login page

$ umi block add UserLogin --path=UserLogin
$ umi block list

$ umi block add SystemModule --path=Platform/System/Module
$ umi block add SystemMenu --path=Platform/System/Menu
$ umi block add SystemDict --path=Platform/System/Dict

$ umi block add UserOrgnization --path=Platform/User/Orgnization
$ umi block add UserUser --path=Platform/User/User
$ umi block add UserRole --path=Platform/User/Role
$ umi block add UserAuth --path=Platform/User/Auth

$ umi block add LogLogin --path=Platform/Log/Login
$ umi block add LogSystem --path=Platform/Log/System