浏览代码

增加注释

niuheng 3 年之前
父节点
当前提交
48798c3fb7
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/components/model/file/floorTable.vue

+ 4 - 0
src/components/model/file/floorTable.vue

@@ -195,6 +195,7 @@ export default {
     },
     // 下载模型文件
     downloadModel(item) {
+      //注释
       let url =
         item.FetchUrl ||
         (item.Url.match(/(\/image-service\S*)$/g)
@@ -348,4 +349,7 @@ export default {
 
 
 
+
+
+
 </style>