feat: change to center and clean code
This commit is contained in:
26
README.md
26
README.md
@@ -1,3 +1,25 @@
|
||||
# envision
|
||||
# envision center
|
||||
|
||||
光明
|
||||
一个可以搭建自己的一个平台模块。
|
||||
|
||||
```
|
||||
query.post({
|
||||
'path': 'app',
|
||||
'key': 'publish',
|
||||
'data': {
|
||||
'id': ""
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
## 核心的功能模块
|
||||
|
||||
因为在多级路由下,react的app应用,必须使用domain,并且必须要把打包的路径修改为绝对路径,否则会有路有不可访问的问题。
|
||||
|
||||
当前的应用的功能,为envision的核心模块。组件一个微应用必须的模块内容。
|
||||
|
||||
- User 用户登陆和用户信息模块
|
||||
- App Module 用户的App的应用管理
|
||||
- File Manager 文件管理平台,App的部署位置为File Manager当中
|
||||
- Container Simple 代码Container模块
|
||||
- Org 组织模块,所有应用的模块为组织内部应用。
|
||||
|
||||
Reference in New Issue
Block a user