Browse Source

主页展示,路由判断拦截,获取用户信息,并存储至pinia中

PrettyCat1 1 year ago
parent
commit
1f1e54d8c3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vue_project/src/components/indexBody.vue

+ 1 - 0
vue_project/src/components/indexBody.vue

@@ -200,6 +200,7 @@ export default {
         editable: true, // 确定是否可以修改日历上的事件。
         dayMaxEventRows: 2, // 允许事件堆叠,但不超过设定的行数
         navLinks: true, // 可以单击日/周名称来导航视图
+        timeZone: 'none' ,  //时区关闭
 
         buttonText: {
           prev: "上一页",