Browse Source

隐藏固定调

lex 2 years ago
parent
commit
8542675750

+ 2 - 2
src/teacher/share-page/share-music/index.tsx

@@ -517,7 +517,7 @@ export default defineComponent({
                       )
                     }}
                   </Cell>
-                  <Cell
+                  {/* <Cell
                     center
                     border={false}
                     class={staff.radio === 'fixed' ? styles.active : ''}
@@ -546,7 +546,7 @@ export default defineComponent({
                         </Radio>
                       )
                     }}
-                  </Cell>
+                  </Cell> */}
                 </CellGroup>
               </RadioGroup>
             </div>

+ 2 - 2
src/views/music/music-detail/index.tsx

@@ -925,7 +925,7 @@ export default defineComponent({
                       )
                     }}
                   </Cell>
-                  <Cell
+                  {/* <Cell
                     center
                     border={false}
                     class={staff.radio === 'fixed' ? styles.active : ''}
@@ -954,7 +954,7 @@ export default defineComponent({
                         </Radio>
                       )
                     }}
-                  </Cell>
+                  </Cell> */}
                 </CellGroup>
               </RadioGroup>
             </div>

+ 2 - 2
vite.config.ts

@@ -11,8 +11,8 @@ function resolve(dir: string) {
 }
 // https://vitejs.dev/config/
 // https://github.com/vitejs/vite/issues/1930 .env
-const proxyUrl = 'https://online.colexiu.com/';
-// const proxyUrl = 'https://dev.colexiu.com/'
+// const proxyUrl = 'https://online.colexiu.com/';
+const proxyUrl = 'https://dev.colexiu.com/'
 // const proxyUrl = 'http://192.168.3.143:8000/'
 export default defineConfig({
   base: './',