Browse Source

admin date error

bzkf3 2 years ago
parent
commit
5661a2505f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/admin/home.vue

+ 1 - 1
src/pages/admin/home.vue

@@ -8,7 +8,7 @@ const imgSrc = (await request({
 const teacherList = (await request({
 const teacherList = (await request({
   url: '/dyaw/xlfw_pbgl_pb/index',
   url: '/dyaw/xlfw_pbgl_pb/index',
   data: {
   data: {
-    dxpp_date: (new Date('2023-4-2')).getTime()
+    dxpp_date: Date.now()
   }
   }
 })).data?.page_data
 })).data?.page_data