vivid/README.md
2024-12-07 18:41:10 +08:00

17 lines
549 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vivid
用户的连接配置base模块和js模块。
js模块被base模块包裹如果请求的是html的内容默认给予html界面的包裹内容如果不是则使用js的模块。
## 查询条件
1. 路径appId去绝对定位应用模块。
2. 根据path去查询内容如果path是登陆用户而且配置了自己请求的内容则找用户自己配置的path的内容。
第二查询公共模块的path的路径的内容如果两者都没有返回会空的数据。
3. HTML和JS的内容设置缓存。