|
@@ -617,7 +617,7 @@ const handleExport = async () => {
|
|
|
|
|
|
|
|
/** 查看商品详情 */
|
|
/** 查看商品详情 */
|
|
|
const handleView = (row: BaseVO) => {
|
|
const handleView = (row: BaseVO) => {
|
|
|
- const url = `https://item.xiaoluwebsite.xyz/item?productNo=${row.productNo}`;
|
|
|
|
|
|
|
+ const url = `https://item.yoe365.com/item?productNo=${row.productNo}`;
|
|
|
window.open(url, '_blank');
|
|
window.open(url, '_blank');
|
|
|
};
|
|
};
|
|
|
|
|
|