1
0

style(web): 优化代码缩进

This commit is contained in:
2024-12-18 11:20:35 +08:00
parent 80a24513ab
commit cedb108049
88 changed files with 4494 additions and 4494 deletions

View File

@@ -1,12 +1,12 @@
import {administratorOnly} from "../../components/constants.js";
export function tabSettings() {
return {
visibleOn: administratorOnly,
title: '系统管理',
icon: 'fa fa-gear',
body: [
'hello world'
]
}
return {
visibleOn: administratorOnly,
title: '系统管理',
icon: 'fa fa-gear',
body: [
'hello world'
]
}
}