File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
ui/src/views/application-overview Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 9999 {{ $t('views.applicationOverview.appInfo.embedInWebsite') }}
100100 </el-button >
101101 <!-- 访问限制 -->
102- <el-button
103- @click =" openLimitDialog"
104- v-if =" permissionPrecise.overview_access(id)"
105- >
102+ <el-button @click =" openLimitDialog" v-if =" permissionPrecise.overview_access(id)" >
106103 <el-icon class =" mr-4" ><Lock /></el-icon >
107104 {{ $t('views.applicationOverview.appInfo.accessControl') }}
108105 </el-button >
@@ -237,7 +234,7 @@ import permissionMap from '@/permission'
237234const route = useRoute ()
238235
239236const apiType = computed <' workspace' >(() => {
240- return ' workspace'
237+ return ' workspace'
241238})
242239const permissionPrecise = computed (() => {
243240 return permissionMap [' application' ][apiType .value ]
@@ -265,7 +262,7 @@ const urlParams = computed(() =>
265262 mapToUrlParams (apiInputParams .value ) ? ' ?' + mapToUrlParams (apiInputParams .value ) : ' ' ,
266263)
267264const shareUrl = computed (
268- () => application .location + accessToken .value .access_token + urlParams .value ,
265+ () => ` ${ window .location . origin }/chat/ ` + accessToken .value .access_token + urlParams .value ,
269266)
270267
271268const dayOptions = [
You can’t perform that action at this time.
0 commit comments