修改页面log输出并修改tonken超时判断
This commit is contained in:
@@ -104,7 +104,7 @@ const onFullScreen = () => {
|
||||
}
|
||||
|
||||
const handleCommand = (key: string) => {
|
||||
console.log(key)
|
||||
// console.log(key)
|
||||
switch (key) {
|
||||
case 'adminInfo':
|
||||
popupAdminInfo.value.open()
|
||||
|
||||
@@ -30,7 +30,7 @@ const emit = defineEmits(['update:modelValue'])
|
||||
const dialogVisible = computed({
|
||||
get: () => props.modelValue,
|
||||
set: val => {
|
||||
console.log('set: ', val)
|
||||
// console.log('set: ', val)
|
||||
emit('update:modelValue', val)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user