Commit 7239cd2a authored by chenqikuai's avatar chenqikuai

refactor: 去除console.log

parent c6eca6b9
...@@ -297,7 +297,6 @@ const handleClickChatWithClientManager = async () => { ...@@ -297,7 +297,6 @@ const handleClickChatWithClientManager = async () => {
}; };
const isNotChatUser = getUserMsg()?.role2 === eRole.manager; const isNotChatUser = getUserMsg()?.role2 === eRole.manager;
console.log(isNotChatUser, "show isNotChatUser");
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
......
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