Skip to content

Commit

Permalink
upd: 访问服务管理列表页时清空本地上次访问服务记录 (#2732)
Browse files Browse the repository at this point in the history
  • Loading branch information
luofann authored Nov 7, 2023
1 parent ed433dd commit 9a8be8d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ watch(
onMounted(() => {
checkCreateServicePerm();
// 访问服务管理列表页时,清空上次访问服务记录
localStorage.removeItem('lastAccessedServiceDetail');
});
const checkCreateServicePerm = async () => {
Expand Down

0 comments on commit 9a8be8d

Please sign in to comment.