Browse Source

增加注释

niuheng 3 years ago
parent
commit
48798c3fb7
1 changed files with 4 additions and 0 deletions
  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>