From a1d7e81859f554f3a53680cc35f0f49bf1f77098 Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期四, 14 五月 2026 14:37:02 +0800
Subject: [PATCH] 导入项目
---
src/views/mall/statistics/product/index.vue | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/src/views/mall/statistics/product/index.vue b/src/views/mall/statistics/product/index.vue
new file mode 100644
index 0000000..d1bcba6
--- /dev/null
+++ b/src/views/mall/statistics/product/index.vue
@@ -0,0 +1,16 @@
+<template>
+ <doc-alert title="銆愮粺璁°�戜細鍛樸�佸晢鍝併�佷氦鏄撶粺璁�" url="https://doc.iocoder.cn/mall/statistics/" />
+
+ <!-- 鍟嗗搧姒傝 -->
+ <ProductSummary />
+ <!-- 鍟嗗搧鎺掕 -->
+ <ProductRank class="mt-16px" />
+</template>
+<script lang="ts" setup>
+import ProductSummary from './components/ProductSummary.vue'
+import ProductRank from './components/ProductRank.vue'
+
+/** 鍟嗗搧缁熻 */
+defineOptions({ name: 'ProductStatistics' })
+</script>
+<style lang="scss" scoped></style>
--
Gitblit v1.8.0