转视频页面增加帮助icon,高级工具在任何地方都有弹窗提示词

This commit is contained in:
X1627315083
2025-12-09 11:25:25 +08:00
parent baf161e695
commit aad6919ec3
3 changed files with 43 additions and 22 deletions

View File

@@ -55,13 +55,16 @@ export default defineComponent({
const data = reactive({
openType:'',
componentKey:null,
isShowMark:false,
isShowMark:true,
routeQuery:{} as any,
selectObject:computed(()=>store.state.Workspace.probjects) as any,//选择的项目
chatData:null as any,
dataLoad:true as any,
cachedRoutes:computed(()=>store.state.Workspace.cachedRoutes),//
})
onMounted(()=>{
data.isShowMark = false
})
let settingGetHistory:any = inject('settingGetHistory')
const setIsShowMark = (boolean:boolean)=>{
data.isShowMark = boolean