Browse Source

分析文件更新

dengshaobo 3 weeks ago
parent
commit
25a4578a00
2 changed files with 4 additions and 0 deletions
  1. 1 0
      src/api/analysis.ts
  2. 3 0
      src/store/analysis.ts

+ 1 - 0
src/api/analysis.ts

@@ -0,0 +1 @@
+// src/api/analysis.ts  分析相关的接口

+ 3 - 0
src/store/analysis.ts

@@ -0,0 +1,3 @@
+import { defineStore } from 'pinia'
+import { ref, computed } from 'vue'
+// 分析相关 状态存储