diff --git a/src/api/dashboard/api.ts b/src/api/dashboard/api.ts
new file mode 100644
index 0000000..88710d4
--- /dev/null
+++ b/src/api/dashboard/api.ts
@@ -0,0 +1,25 @@
+import { defHttp } from '/@/utils/http/axios';
+import { message } from 'ant-design-vue';
+import { useGlobSetting } from '/@/hooks/setting';
+const globSetting = useGlobSetting();
+const baseUploadUrl = globSetting.uploadUrl;
+enum Api {
+ slcx = '/exportapi/homeApi/slcx',
+ cqglfgswd = '/exportapi/homeApi/cqglfgswd',
+}
+
+/**
+ *
+ * @param params
+ */
+export const slcx = () => {
+ return defHttp.post({url: Api.slcx});
+}
+
+/**
+ *
+ * @param params
+ */
+export const cqglfgswd = () => {
+ return defHttp.post({url: Api.cqglfgswd});
+}
diff --git a/src/views/dashboard/Analysis/index copy.vue b/src/views/dashboard/Analysis/index copy.vue
new file mode 100644
index 0000000..85bd3dd
--- /dev/null
+++ b/src/views/dashboard/Analysis/index copy.vue
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+ 首页主题:
+
+ 默认
+ 销量统计
+ 业务统计
+ 我的任务
+
+
+
+
diff --git a/src/views/dashboard/Analysis/index.vue b/src/views/dashboard/Analysis/index.vue
index 85bd3dd..c41e4b6 100644
--- a/src/views/dashboard/Analysis/index.vue
+++ b/src/views/dashboard/Analysis/index.vue
@@ -1,24 +1,10 @@
-
-
-
-
-
- 首页主题:
-
- 默认
- 销量统计
- 业务统计
- 我的任务
-
+
+ 1
+