@@ -46,7 +46,7 @@ const recruit = [
{
path: '/mall/goodsDetail/:id',
component: () => import('@/views/mall/components/details.vue'),
- name: 'wareDetails',
+ name: 'goodsDetail',
meta: {
title: '商品详情'
}
@@ -30,7 +30,7 @@
</template>
<script setup>
-defineOptions({name: 'wares-details'})
+defineOptions({name: 'goods-details'})
import { getProductDetail } from '@/api/mall'
import selectSku from './detailsComponents/s-select-sku.vue'
import { ref } from 'vue'