Browse Source

feat: 删除多余代码

zhouyuhao 11 tháng trước cách đây
mục cha
commit
4482d3d5c0
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/views/Layout/src/components/Header/HeaderView.vue

+ 0 - 1
src/views/Layout/src/components/Header/HeaderView.vue

@@ -106,7 +106,6 @@ const handleChangePassword = () => {
 const handleUserManual = () => {
   try {
     $api.getUserGuide().then(async (res) => {
-      console.log(res)
       if (res.status !== 200) {
         ElMessageBox.alert('The request failed. Please try again later', 'Prompt', {
           confirmButtonText: 'OK',