From 6f2fb62fe828bdd74b0cd59b9cbdf6c83559c1b4 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 28 八月 2023 17:44:20 +0800 Subject: [PATCH] 添加二维地图,菜单,图层管理页面修改 --- src/store/index.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/store/index.ts b/src/store/index.ts index 38a190b..b115d35 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -1,5 +1,6 @@ import { createStore } from "vuex"; import { setToken } from "@/utils/auth"; +import { fa } from "element-plus/es/locale"; export default createStore({ state: { loginCode: "", @@ -27,6 +28,7 @@ showDetails: false, }, restLayer: false, + isShowMap: true, }, mutations: { //鑾峰彇鐧诲綍Code -- Gitblit v1.9.3