Преглед на файлове

Merge branch 'iteration-work' into dev

lex преди 1 година
родител
ревизия
b726ed76f1
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      public/version.json
  2. 1 0
      src/views/prepare-lessons/components/resource-main/components/select-music/index.tsx
  3. 1 2
      vite.config.ts

+ 1 - 1
public/version.json

@@ -1 +1 @@
-{"version":1708222295098}
+{"version":1708223121742}

+ 1 - 0
src/views/prepare-lessons/components/resource-main/components/select-music/index.tsx

@@ -132,6 +132,7 @@ export default defineComponent({
             isCollect: !!row.favoriteFlag,
             isSelected: row.sourceFrom === 'PLATFORM' ? true : false,
             content: row.content,
+            xmlFileUrl: row.xmlFileUrl,
             exist: index !== -1 ? true : false // 是否存在
           });
         });

+ 1 - 2
vite.config.ts

@@ -24,9 +24,8 @@ function resolve(dir: string) {
 // https://vitejs.dev/config/
 // https://github.com/vitejs/vite/issues/1930 .env
 const proxyUrl = 'https://dev.kt.colexiu.com/';
-// const proxyUrl = 'http://192.168.3.14:7989';
-
 // const proxyUrl = 'https://test.lexiaoya.cn';
+// const proxyUrl = 'http://192.168.3.14:7989';
 const now = new Date().getTime();
 export default defineConfig(() => {
   return {