|
@@ -280,7 +280,7 @@ const handleExport = () => {
|
|
|
};
|
|
};
|
|
|
const handleViewSubInfo = (merchantId: number) => {
|
|
const handleViewSubInfo = (merchantId: number) => {
|
|
|
proxy?.$router.push({
|
|
proxy?.$router.push({
|
|
|
- path: '/physical/merchantItem',
|
|
|
|
|
|
|
+ path: '/mall/merchantItem',
|
|
|
query: {
|
|
query: {
|
|
|
merchantId: String(merchantId) // 转为字符串以兼容 URL 参数
|
|
merchantId: String(merchantId) // 转为字符串以兼容 URL 参数
|
|
|
}
|
|
}
|