页面跳转

chengdu
liangliang.Li 4 years ago
parent 5c7346ae49
commit 7ec55ce771
  1. 2
      src/components/page/ProjectPattern.vue

@ -73,7 +73,7 @@ export default {
},
methods: {
toIndex() {
this.$router.push('dashboard')
this.$router.go(-1)
},
toPrac(){
if(this.pattern == 2){

Loading…
Cancel
Save