Browse Source

优化

master
陈裕财 4 years ago
parent
commit
1214491165
  1. 2
      src/views/layout/components/UserInfo.vue

2
src/views/layout/components/UserInfo.vue

@ -230,7 +230,7 @@ export default {
} }
if(command=='userLoginRecord'){ if(command=='userLoginRecord'){
window.open(prefixUrl+'/my/work/userLoginRecord')
window.open(prefixUrl+'my/work/userLoginRecord')
NProgress.done() NProgress.done()
} }
} }

Loading…
Cancel
Save