Browse Source

修改替换

yangg 7 months ago
parent
commit
2184769275

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-35362080.a1972a05.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.4a955f30.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-0412a924.8fc7bd3f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-35362080.6969975c.js


+ 1 - 1
src/views/project/components/dataList.vue

@@ -1011,7 +1011,7 @@ export default {
 
       // 根据不同类型分类存储
       locationArray.forEach((location) => {
-        const cleanLocation = location.replace(/[\[\]]/g, "");
+        const cleanLocation = location.replace(/[\[\]【】]/g, "");
         const type = this.getDocumentType(cleanLocation);
         console.log("params", type);
         // 为每种类型创建对应长度的空数组

Some files were not shown because too many files changed in this diff