add
This commit is contained in:
@@ -30,15 +30,15 @@ class _HomePageState extends State<HomePage> {
|
||||
name: "系统",
|
||||
subFunctions: [
|
||||
SubFunctionItem(
|
||||
name: "基本信息",
|
||||
name: "国家",
|
||||
page: const Center(child: Text("系统基本信息页面内容")),
|
||||
),
|
||||
SubFunctionItem(
|
||||
name: "参数设置",
|
||||
name: "货币",
|
||||
page: const Center(child: Text("系统参数设置页面内容")),
|
||||
),
|
||||
SubFunctionItem(
|
||||
name: "日志管理",
|
||||
name: "交易所",
|
||||
page: const Center(child: Text("系统日志管理页面内容")),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user