소스 검색

Merge branch 'dev'

liushengqiang 1 년 전
부모
커밋
54cdc6941e
4개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      dist/assets/polyfills-legacy-20706cc2.js
  2. 1 0
      dist/assets/polyfills-legacy-e66c4ebf.js
  3. 4 0
      dist/index.html
  4. 1 1
      src/views/co-ai/index.tsx

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 0
dist/assets/polyfills-legacy-20706cc2.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 0
dist/assets/polyfills-legacy-e66c4ebf.js


+ 4 - 0
dist/index.html

@@ -58,7 +58,11 @@
       //   }
   </script>
   <script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
+<<<<<<< HEAD
   <script nomodule crossorigin id="vite-legacy-polyfill" src="./assets/polyfills-legacy-20706cc2.js"></script>
+=======
+  <script nomodule crossorigin id="vite-legacy-polyfill" src="./assets/polyfills-legacy-e66c4ebf.js"></script>
+>>>>>>> dev
   <script nomodule crossorigin id="vite-legacy-entry" data-src="./assets/index-legacy-35f9ff3a.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
 </body>
 

+ 1 - 1
src/views/co-ai/index.tsx

@@ -39,7 +39,7 @@ export default defineComponent({
     const musicForms = reactive({
       page: 1,
       rows: 20,
-      status: true,
+      status: 1,
       keyword: '', // 关键词
       musicSheetCategoriesId: ''
     });

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