xiaoming_global 5 年前
父节点
当前提交
1158100356
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/pages/product/index.vue

+ 1 - 0
src/pages/product/index.vue 查看文件

@@ -52,6 +52,7 @@ export default {
52 52
       this.$store.dispatch("SwitchRoleTypeToDoctor")
53 53
       this.$router.push({path: "/main"})
54 54
       // this.$router.push({path: "/layout"})
55
+      console.log(".")
55 56
     }
56 57
   }
57 58
 };