这仅仅是前端可用的系统配置,主要是控制页面上的功能显示。
获取到 configuration 对象读取需要的配置项
configuration
const { configuration } = useConfigurationStore();
在同目录下的 types.ts 中标注了 configuration 的类型,如果新增了配置项记得完善此类型。
types.ts