add
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
import 'package:asset_assistant/pages/country_home.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:shared_preferences/shared_preferences.dart';
|
import 'package:shared_preferences/shared_preferences.dart';
|
||||||
|
|
||||||
@@ -29,10 +30,7 @@ class _HomePageState extends State<HomePage> {
|
|||||||
FunctionItem(
|
FunctionItem(
|
||||||
name: "系统",
|
name: "系统",
|
||||||
subFunctions: [
|
subFunctions: [
|
||||||
SubFunctionItem(
|
SubFunctionItem(name: "国家", page: CountryHomePage()),
|
||||||
name: "国家",
|
|
||||||
page: const Center(child: Text("系统基本信息页面内容")),
|
|
||||||
),
|
|
||||||
SubFunctionItem(
|
SubFunctionItem(
|
||||||
name: "货币",
|
name: "货币",
|
||||||
page: const Center(child: Text("系统参数设置页面内容")),
|
page: const Center(child: Text("系统参数设置页面内容")),
|
||||||
|
|||||||
Reference in New Issue
Block a user