lex 1 yıl önce
ebeveyn
işleme
17f181e026
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      src/views/notation/index.tsx

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

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