7 Commits a2919c7627 ... a2e3a983ee

Author SHA1 Message Date
  王晓东 a2e3a983ee Merge branch 'release' 9 months ago
  sheldon 2a905077b5 Merge branch 'main' into release 10 months ago
  王晓东 4d8667a4e1 Merge branch 'main' into release 10 months ago
  sheldon cc5ebc9b40 Merge branch 'main' into release 10 months ago
  王晓东 b4c3d9571e Merge branch 'main' into release 10 months ago
  王晓东 da3c686624 Merge branch 'main' into release 10 months ago
  Jiele Ye df3a6ad7b1 test: test flow auto deployment 10 months ago
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/model/model-list/index.vue

+ 1 - 0
src/views/model/model-list/index.vue

@@ -36,6 +36,7 @@ const  handleRecommend = (id: string) => {
 }
 
 async function fetchData() {
+  console.log('fetchData test')
   loading.value = true
   const res = await fetchModel()
   console.log(res, 'res')