Merge branch 'dev_vite' of http://18.167.251.121:10003/aidlab/aida_front into dev_vite

This commit is contained in:
李志鹏
2025-11-24 13:55:17 +08:00
6 changed files with 101 additions and 200 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="account_systemMessage">&#39;&quot;
<div class="account_systemMessage">
<div class="account_generalMessage_title modal_title_text">
<!-- <span>系统消息</span> -->
<div class="account_generalMessage_title_setting" @click="allRead">{{$t('account.AllRead')}}</div>

View File

@@ -118,7 +118,6 @@ export default defineComponent({
detailData.selectTitle = 'upload'
}
const openLibrary = ()=>{
if(detailData.selectTitle == 'library')return
detailData.selectTitle = 'library'
getDetailListDom.libraryList.init()
}

View File

@@ -56,6 +56,7 @@ export default defineComponent({
detailData.selectTitle = 'upload'
}
const sketchSysToLibrary = ()=>{
if(getDetailListDom.selectList.selectTitle == 'library')return
getDetailListDom.selectList.openLibrary()
}
const hasDuplicateId = (id:any)=>{

View File

@@ -111,7 +111,7 @@ export default defineComponent({
selectPermissions:{
isAllowComment:true,
isDisplayArea:true,
isSecondaryCreation:true,
isSecondaryCreation:false,
},
})
// let portfolio:any = inject('portfolio')