From 28de79b44655118b1deffb5c9a8b06ec2904905b Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期四, 13 六月 2024 17:38:24 +0800 Subject: [PATCH] 功能添加 --- src/store/index.ts | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/store/index.ts b/src/store/index.ts index f6f7234..421fc2d 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -1,3 +1,4 @@ +import { fa } from "element-plus/es/locale"; import { createStore } from "vuex"; export default createStore({ @@ -12,13 +13,20 @@ rightMeuFlag: false, rightMenuIndex: null, rightCoodinate: null, + setFlyPlanFlag: false, + setAddEntityList: { + flag: false, + title: "", + type: 0 + } }, mutations: { //楠岃瘉鐮佸埛鏂� setLoginCode(state, num) { state.loginCode = num; }, + }, actions: {}, - modules: {}, + modules: {} }); -- Gitblit v1.9.3