bug修复

This commit is contained in:
FengHui
2026-05-15 16:44:25 +08:00
parent e857c008b4
commit 263573eeaa
8 changed files with 39 additions and 93 deletions

View File

@@ -807,7 +807,7 @@ const { columnCount, columnSpace } = useColumnCount(() => {
const getCompanyInfo = () => {
try {
const cachedUserInfo = uni.getStorageSync('userInfo') || {};
console.log('缓存中的userInfo:', cachedUserInfo);
// console.log('缓存中的userInfo:', cachedUserInfo);
// 重置企业信息
companyInfo.name = '';
@@ -902,7 +902,7 @@ onShow(() => {
// 页面显示时获取最新的企业信息
getCompanyInfo();
// 四级联动单点及权限
getIsFourLevelLinkagePurview();
// getIsFourLevelLinkagePurview();
});
// 监听用户信息变化,当登录状态改变时重新获取企业信息