fix
This commit is contained in:
@@ -77,6 +77,7 @@ export default defineComponent({
|
||||
userId: userInfo?.userId,
|
||||
};
|
||||
store.commit('createDetail')
|
||||
store.commit('createProbject')
|
||||
if(!data.userId) return
|
||||
Https.axiosPost(Https.httpUrls.accountLogout, data).then((rv) => {
|
||||
clonAllCookie();
|
||||
|
||||
Reference in New Issue
Block a user