소스 검색

上线修改

zhengjinyi 1 년 전
부모
커밋
ebf7b80bd5
4개의 변경된 파일1084개의 추가작업 그리고 27861개의 파일을 삭제
  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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 24619
package-lock.json


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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)

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.