add more view for test
This commit is contained in:
@@ -6,8 +6,8 @@ import { useThemeStore } from "./stores/theme";
|
||||
const theme = useThemeStore();
|
||||
const items = [
|
||||
{ id: 1, icon: iconMenu, text: "用户界面", page: "/user" },
|
||||
{ id: 2, icon: iconMenu, text: "Component Test", page: "/test" },
|
||||
{ id: 3, icon: iconMenu, text: "Jtag Test", page: "/test/jtag" },
|
||||
{ id: 2, icon: iconMenu, text: "ComponentTest", page: "/test" },
|
||||
{ id: 3, icon: iconMenu, text: "JtagTest", page: "/test/jtag" },
|
||||
];
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user