Compare commits

...

4 Commits

@ -1 +0,0 @@
Subproject commit c824eacdb7758fe19ce801b5bd18a2bd2f275991

@ -13,6 +13,9 @@ import java.util.stream.Collectors;
/** /**
* SpringSecurity * SpringSecurity
* Created by macro on 2018/4/26. * Created by macro on 2018/4/26.
* i11111
* dsdhsjhfjs
* fdjkf
*/ */
public class AdminUserDetails implements UserDetails { public class AdminUserDetails implements UserDetails {
//后台用户 //后台用户

@ -11,7 +11,7 @@
export default { export default {
name: 'AppMain', name: 'AppMain',
computed: { computed: {
// key() { // .......key() {
// return this.$route.name !== undefined ? this.$route.name + +new Date() : this.$route + +new Date() // return this.$route.name !== undefined ? this.$route.name + +new Date() : this.$route + +new Date()
// } // }
} }

Loading…
Cancel
Save