mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化费用到期 导出房屋为空 bug
This commit is contained in:
parent
914cb1de36
commit
f4607eeb54
@ -2946,7 +2946,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
routes.push(_obj);
|
routes.push(_obj);
|
||||||
|
try {
|
||||||
window.localStorage.setItem('vcPageRoute', JSON.stringify(routes));
|
window.localStorage.setItem('vcPageRoute', JSON.stringify(routes));
|
||||||
|
} catch (e) {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
vcFramework.deletePageRouteToLocal = function () {
|
vcFramework.deletePageRouteToLocal = function () {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user