lifanagju_citu 5 月之前
父节点
当前提交
86d272da60
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/mall/order/index.vue

+ 1 - 1
src/views/mall/order/index.vue

@@ -12,7 +12,7 @@
 </template>
 
 <script setup>
-defineOptions({name: 'mall-user-cart'})
+defineOptions({name: 'mall-user-order'})
 import order from '@/views/mall/user/order'
 import Navbar from '@/views/mall/components/navbar.vue'
 </script>