Sfoglia il codice sorgente

Merge remote-tracking branch 'origin/dev-frontend'

panqiuyao 8 mesi fa
parent
commit
a985307142
1 ha cambiato i file con 10 aggiunte e 1 eliminazioni
  1. 10 1
      frontend/src/views/Photography/shot.vue

+ 10 - 1
frontend/src/views/Photography/shot.vue

@@ -3,10 +3,19 @@
   <headerBar
       title="拍摄商品"
       showUser
-      :menu="[
+      :menu=" useUserInfoStore.userInfo.brand_company_code === '1300' ? [
         {
           type:'setting'
+        },
+        {
+          type:'developer'
         }
+       ]
+        : [
+            {
+              type:'setting'
+            }
+        ]
     ]"
   />