refactor: 接口命名规则统一为kebab-case串式命名法

This commit is contained in:
xiaoxian521
2023-09-27 15:09:15 +08:00
parent 73b5d3ec41
commit 320ee2b206
17 changed files with 26 additions and 26 deletions

View File

@@ -43,7 +43,7 @@ export function useLayout() {
}
};
/** 清空缓存后从serverConfig.json读取默认配置并赋值到storage中 */
/** 清空缓存后从platform-config.json读取默认配置并赋值到storage中 */
const layout = computed(() => {
return $storage?.layout.layout;
});