This commit is contained in:
caozehui
2025-03-25 15:08:25 +08:00
parent 312490ce59
commit 862251b83c
4 changed files with 29 additions and 27 deletions

View File

@@ -85,7 +85,7 @@ const handelOpen = async (item: any) => {
modeStore.setCurrentMode(item.code); // 将模式code存入 store
const {data:scene} = await getCurrentScene(); // 获取当前场景
// AppSceneStore.setCurrentMode(scene+'');//0省级平台1设备出厂2研发自测
AppSceneStore.setCurrentMode('0');//0省级平台1设备出厂2研发自测
AppSceneStore.setCurrentMode(scene+'');//0省级平台1设备出厂2研发自测
await authStore.setShowMenu();
return;
// if (isActive) {