File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ const routerList = computed(() => {
5656 ! route .path .includes (' training' ) &&
5757 ! route .path .includes (' prompt' ) &&
5858 ! route .path .includes (' permission' ) &&
59+ ! route .path .includes (' embeddedCommon' ) &&
5960 ! route .path .includes (' preview' ) &&
6061 ! route .path .includes (' audit' ) &&
6162 route .path !== ' /login' &&
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ const appearanceStore = useAppearanceStoreWithOut()
3030 height =" 28"
3131 />
3232 <el-icon v-else-if =" !hideAvatar" >
33- <custom _small v-if =" appearanceStore.themeColor === 'custom' " ></ custom _small >
34- <logo _fold v-else / >
33+ <logo _fold v-if =" appearanceStore.themeColor === 'default' " / >
34+ <custom _small v-else ></ custom _small >
3535 </el-icon >
3636 </div >
3737 <div :class =" { 'row-full': msg.role === 'assistant', 'width-auto': msg.role === 'user' }" >
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ defineExpose({
178178 :prop =" setting.realKey"
179179 >
180180 <el-input
181- v-if =" setting.type === 'password '"
181+ v-if =" setting.type === 'pwd '"
182182 v-model =" state.form[setting.realKey]"
183183 type =" password"
184184 show-password
You can’t perform that action at this time.
0 commit comments