zhengjinyi 1 anno fa
parent
commit
ebf7b80bd5
4 ha cambiato i file con 1084 aggiunte e 27861 eliminazioni
  1. 1 24619
      package-lock.json
  2. 1080 3239
      pnpm-lock.yaml
  3. 2 2
      src/components/AppLoading/index.vue
  4. 1 1
      src/views/library/tag/tag-form.vue

File diff suppressed because it is too large
+ 1 - 24619
package-lock.json


File diff suppressed because it is too large
+ 1080 - 3239
pnpm-lock.yaml


+ 2 - 2
src/components/AppLoading/index.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="app-container">
-    <img src="/favicon.svg" alt="">
-    <div class="dot-wrapper dot-carousel" />
+    <img src="/favicon.svg" alt="" />
+    <div class="dot-wrapper dot-carousel"></div>
     <h2>采美管理系统</h2>
   </div>
 </template>

+ 1 - 1
src/views/library/tag/tag-form.vue

@@ -81,7 +81,7 @@ export default {
     async editKeyword(id) {
       // 获取菜单详情
       try {
-        const res = await editKeyword(id)
+        const res = await editKeyword({ id: id })
         this.form = { ...this.form, ...res.data }
       } catch (error) {
         console.log('error', error)

Some files were not shown because too many files changed in this diff