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