fix: 隐藏文件上传按钮,去除不必要的log打印
This commit is contained in:
@@ -21,7 +21,6 @@ export const useUserStore = defineStore(
|
||||
const userInfo = ref<any>();
|
||||
const setUserInfo = (value: any) => {
|
||||
userInfo.value = value;
|
||||
console.log('userInfo', userInfo.value);
|
||||
};
|
||||
const clearUserInfo = () => {
|
||||
userInfo.value = void 0;
|
||||
|
||||
Reference in New Issue
Block a user