@@ -88,9 +88,12 @@ function checkConfirm(init){
menu.push({
type:'setting'
})
- menu.push({
- type:'developer'
- })
+ if(useUserInfoStore.userInfo.brand_company_code === '1300'){
+
+ menu.push({
+ type:'developer'
+ })
+ }
}
if(!init) previewKey.value++;
@@ -102,6 +105,7 @@ function checkConfirm(init){
let interval:any = null
function showVideo(){