浏览代码

修改替换

yangg 7 月之前
父节点
当前提交
2184769275

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-35362080.a1972a05.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.4a955f30.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-0412a924.8fc7bd3f.js


文件差异内容过多而无法显示
+ 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);
         // 为每种类型创建对应长度的空数组

部分文件因为文件数量过多而无法显示