Ver Fonte

Revert "Update index.tsx"

This reverts commit 71b2fb6a8b33250e7c0bdcc6c0ba1ab3ce6f793d.
lex há 1 ano atrás
pai
commit
fd13194bf7
1 ficheiros alterados com 3 adições e 3 exclusões
  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}`
     });