瀏覽代碼

9月7日杨青

杨青 1 年之前
父節點
當前提交
7e7952670a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/xt_pages/user/Sitemap.vue

+ 0 - 1
src/xt_pages/user/Sitemap.vue 查看文件

1235
     }
1235
     }
1236
   },
1236
   },
1237
   created(){
1237
   created(){
1238
-    // console.log('chu','chu',);
1239
     const id = this.$route.params && this.$route.params.id;
1238
     const id = this.$route.params && this.$route.params.id;
1240
     this.patientID = parseInt(id);
1239
     this.patientID = parseInt(id);
1241
 
1240