瀏覽代碼

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

PrettyCat1 1 年之前
父節點
當前提交
1f1e54d8c3
共有 1 個文件被更改,包括 1 次插入0 次删除
  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: "上一页",