| | |
| | | import { ElMessage } from 'element-plus'; |
| | | import { onMounted, ref } from 'vue'; |
| | | import { useRoute, useRouter } from 'vue-router'; |
| | | |
| | | import { SERVE_URL } from '@/constants'; |
| | | const route = useRoute(); |
| | | const router = useRouter(); |
| | | |
| | |
| | | name: productData.ModelType, |
| | | applicationCode: productData.RecordNumber, |
| | | price: productData.Price, |
| | | image: productData.PhysicalPicturePath, |
| | | image: `${SERVE_URL}${productData.PhysicalPicturePath}`, |
| | | brand: productData.CompanyName, |
| | | model: productData.Model, |
| | | power: '详询厂家', |
| | | voltage: '详询厂家', |
| | | speed: '详询厂家', |
| | | protection: '详询厂家', |
| | | detailImages: [productData.PhysicalPicturePath], |
| | | detailImages: [`${SERVE_URL}${productData.PhysicalPicturePath}`], |
| | | specifications: { |
| | | ...product.value.specifications, |
| | | 产品型号: productData.Model, |