소스 검색

美食-不显示设施与服务

zhuli 3 일 전
부모
커밋
84d251db52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/stores/modules/auth.ts

+ 1 - 1
src/stores/modules/auth.ts

@@ -76,7 +76,7 @@ export const useAuthStore = defineStore({
                 break;
               case "设施与服务":
                 // 特色美食(1) 不显示设施与服务
-                menu.meta.isHide = businessSection !== 1;
+                menu.meta.isHide = businessSection == 1;
                 break;
               case "门店基础信息":
               case "门店头图":