소스 검색

temp save

liujq 4 년 전
부모
커밋
b6cfa5bada
5개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/css/app.3ddb9421.css
  3. 0 0
      dist/static/js/app.20a72103.js
  4. 0 0
      dist/static/js/app.b03a5e90.js
  5. 2 3
      src/layout/components/Navbar.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/app.3ddb9421.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.20a72103.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.b03a5e90.js


+ 2 - 3
src/layout/components/Navbar.vue

@@ -55,10 +55,9 @@ export default {
   },
   methods: {
     cashUpdate () {
-      this.$store.dispatch('user/getDict')
-      window.setTimeout(() => {
+      this.$store.dispatch('user/getDict').then(() => {
         this.$router.go(0)
-      }, 100)
+      })
     },
     toggleSideBar() {
       this.$store.dispatch('app/toggleSideBar')

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.