This commit is contained in:
asd
2020-10-28 11:39:20 +08:00
parent cefcf52257
commit ce602a5ff9
8 changed files with 37 additions and 16 deletions

View File

@@ -173,6 +173,7 @@ export default defineComponent({
const userinfo = computed(() => store.state.userinfo)
// 设置当前路由
for(const i in list){
console.log(list[i].route==useRoute().path)
if(list[i].route == useRoute().path){
selnum.value = parseInt(i);
}