[update] 修改跳转外来标准详情路径为/standardRegulationLibrary/foreignStandardDetailPage

This commit is contained in:
lideqin
2024-06-24 14:50:35 +08:00
parent aee5d6c573
commit 7c80ec024b
16 changed files with 17 additions and 16 deletions
@@ -274,7 +274,7 @@ export default {
switch (record.source + '') {
// 国内
case StandardSource.DOMESTIC.value:
path = '/standardRegulationLibrary/DomesticStandardDetail'
path = '/standardRegulationLibrary/foreignStandardDetailPage'
break
// 海外
case StandardSource.OVERSEAS.value: