Commit 26251dea by yuananting

fix:解决格式引起的bug

parent 6d490341
......@@ -53,12 +53,12 @@ function Header(props) {
setStoreName(value);
});
getStoreList();
}, [getStoreList, handleConvertShortUrl, htmlUrl]);
}, []);
useEffect(() => {
storeUserId && getUserInfo();
enterpriseId ? getEnterpriseUser() : User.setIsAdmin(false);
}, [enterpriseId, getEnterpriseUser, storeUserId]);
}, [storeUserId]);
useEffect(() => {
if (!messageHelpRef.current) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment