feat: set selectors

This commit is contained in:
Qiuxia Fan
2022-01-16 22:48:50 +08:00
parent 0a417b3665
commit ffe35b89f9
2 changed files with 7 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ interface SelectorState {
endpoints: Option[];
currentService: string;
currentPod: string;
currentDestService: string;
durationTime: any;
}
@@ -40,6 +41,7 @@ export const selectorStore = defineStore({
endpoints: [],
currentService: "",
currentPod: "",
currentDestService: "",
durationTime: useAppStoreWithOut().durationTime,
}),
actions: {