feat: pc端单点登录,隐藏上边栏左边栏
This commit is contained in:
@ -2,6 +2,7 @@ import { ref } from 'vue';
|
||||
|
||||
const isEditorOpen = ref(false);
|
||||
const hasAjaxError = ref(false);
|
||||
const isSingleLogin = ref(false);
|
||||
|
||||
function ajaxError() {
|
||||
hasAjaxError.value = true;
|
||||
@ -14,7 +15,8 @@ export default function() {
|
||||
return {
|
||||
isEditorOpen,
|
||||
hasAjaxError,
|
||||
ajaxError
|
||||
ajaxError,
|
||||
isSingleLogin
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user