Browse Source

Revert "Update index.tsx"

This reverts commit 71b2fb6a8b33250e7c0bdcc6c0ba1ab3ce6f793d.
lex 1 năm trước cách đây
mục cha
commit
fd13194bf7
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/views/notation/index.tsx

+ 3 - 3
src/views/notation/index.tsx

@@ -24,9 +24,9 @@ export default defineComponent({
       src: `${
         /(192|localhost)/.test(location.origin)
           ? // ?
-            // 'https://test.lexiaoya.cn'
-            'http://localhost:3050'
-          : location.origin
+            'https://test.lexiaoya.cn'
+          : // 'http://localhost:3050'
+            location.origin
       }/notation/#/create?v=${Date.now()}&Authorization=${Authorization}${openCreateUrl}`
       //   src: `http://localhost:3050/#/create?Authorization=${Authorization}`
     });