Browse Source

mod:拍照页面 新增 开发者 调试页面

panqiuyao 8 months ago
parent
commit
472baa246d
1 changed files with 10 additions and 1 deletions
  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'
+            }
+        ]
     ]"
   />