소스 검색

Merge branch 'master' into dev

liushengqiang 1 년 전
부모
커밋
68c1488ec9
4개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      dist/assets/polyfills-legacy-35a54a14.js
  2. 1 0
      dist/assets/polyfills-legacy-c93c0c16.js
  3. 4 0
      dist/index.html
  4. 1 1
      src/views/collection-record/component/item.tsx

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


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 0
dist/assets/polyfills-legacy-c93c0c16.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-35a54a14.js"></script>
+=======
+  <script nomodule crossorigin id="vite-legacy-polyfill" src="./assets/polyfills-legacy-c93c0c16.js"></script>
+>>>>>>> master
   <script nomodule crossorigin id="vite-legacy-entry" data-src="./assets/index-legacy-2f8f4cf8.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
 </body>
 

+ 1 - 1
src/views/collection-record/component/item.tsx

@@ -49,7 +49,7 @@ export default defineComponent({
       if (props.item?.orderNo) {
         const url = `${location.origin}${
           location.pathname
-        }#/order-detail?orderNo=${props.item?.orderNo}${
+        }#/collection-record-detail?orderNo=${props.item?.orderNo}${
           props.item.isRefund
             ? '&userRefundOrderId=' + props.item.userRefundOrderId
             : ''

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