hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2022-07-18 10:22:22 2 * @Date: 2022-07-18 10:22:22
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2023-02-08 14:31:29 4 + * @LastEditTime: 2023-02-10 16:33:06
5 * @FilePath: /data-table/src/views/index.vue 5 * @FilePath: /data-table/src/views/index.vue
6 * @Description: 首页 6 * @Description: 首页
7 --> 7 -->
...@@ -295,6 +295,7 @@ onMounted(async () => { ...@@ -295,6 +295,7 @@ onMounted(async () => {
295 } 295 }
296 // 判断是否弹出密码输入框 296 // 判断是否弹出密码输入框
297 checkUserPassword() 297 checkUserPassword()
298 + console.warn('success2');
298 }); 299 });
299 300
300 // 打开轮询用户是否关注 301 // 打开轮询用户是否关注
......