Browse Source

temp save

liujq 4 years ago
parent
commit
b6cfa5bada

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.3ddb9421.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.20a72103.js


File diff suppressed because it is too large
+ 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')

Some files were not shown because too many files changed in this diff