duy 3 달 전
부모
커밋
024a830eb6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/user/auth.vue

+ 1 - 1
src/views/user/auth.vue

@@ -110,7 +110,7 @@ const useAppLoginApi = async (form) => {
         } else {
             //甬台温,跳转大屏
             router.push({
-                name: 'statistics-datav',
+                name: 'statistics-stats',
             })
         }
     }, 1500)