소스 검색

merge

pull/116/head
zhangtao 1 년 전
부모
커밋
58945344a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/views/login/index.vue

+ 1
- 1
src/views/login/index.vue 파일 보기

@@ -25,7 +25,7 @@ export default {
updateLoginTime().then(res => {})
// router.push({ path: getPath() })
// removePath()
// userStore.getUserInfos()
userStore.getUserInfos()
const authority = res.profile.authority
const { VITE_PLATFORM } = import.meta.env
if (authority && (authority.includes(VITE_PLATFORM))) {

Loading…
취소
저장