|
|
@@ -542,8 +542,8 @@ const launchExternalTool = async (pagePath: string, successMessage: string) => {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-const handleWhiteBgExportClick = () => launchExternalTool('/copy_800_tool', $t('photoDetail2.whiteBgExportStarted'))
|
|
|
-const handleProductAlbumClick = () => launchExternalTool('/product_list', $t('photoDetail2.productAlbumStarted'))
|
|
|
+const handleWhiteBgExportClick = () => launchExternalTool('/copy_800_tool', i18n.global.t('photoDetail2.whiteBgExportStarted'))
|
|
|
+const handleProductAlbumClick = () => launchExternalTool('/product_list', i18n.global.t('photoDetail2.productAlbumStarted'))
|
|
|
|
|
|
// 货号选择弹窗相关状态
|
|
|
const goodsSelectDialogVisible = ref(false)
|