[update] 修改

This commit is contained in:
lideqin
2024-07-26 17:00:54 +08:00
parent 563abd0644
commit 3e9a56f17c
2 changed files with 2 additions and 2 deletions
@@ -371,7 +371,7 @@ export default {
let path
// 根据来源跳转不同的详情页
switch (standardInfo.source) {
// 国内
// 外来标准
case StandardSource.FOREIGN.value:
path = '/standardRegulationLibrary/foreignStandardDetailPage'
break