Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
commit
197b3213e7
|
|
@ -98,6 +98,7 @@ import timeTag from '@/components/timeTag'
|
||||||
import Vue from 'vue'
|
import Vue from 'vue'
|
||||||
import i18n from './lang'
|
import i18n from './lang'
|
||||||
import DicomEvent from '@/views/trials/trials-panel/reading/dicoms/components/DicomEvent'
|
import DicomEvent from '@/views/trials/trials-panel/reading/dicoms/components/DicomEvent'
|
||||||
|
import WHITELIST from "./utils/whiteList"
|
||||||
export default {
|
export default {
|
||||||
name: 'App',
|
name: 'App',
|
||||||
components: {
|
components: {
|
||||||
|
|
@ -156,7 +157,7 @@ export default {
|
||||||
// },
|
// },
|
||||||
methods: {
|
methods: {
|
||||||
getIsLock() {
|
getIsLock() {
|
||||||
if (zzSessionStorage.getItem('isLock') === 'true') {
|
if (zzSessionStorage.getItem('isLock') === 'true' && !WHITELIST.includes(this.$route.path)) {
|
||||||
this.isLock = true
|
this.isLock = true
|
||||||
} else {
|
} else {
|
||||||
this.isLock = false
|
this.isLock = false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue