Selaa lähdekoodia

Update index.tsx

lex 2 vuotta sitten
vanhempi
commit
40e152ede0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/music/list/index.tsx

+ 1 - 1
src/views/music/list/index.tsx

@@ -249,7 +249,7 @@ export default defineComponent({
 
 
     onMounted(async () => {
     onMounted(async () => {
       try {
       try {
-        if (browser().iPhone) return
+        if (!browser().iPhone) return
         const { data } = await request.get(
         const { data } = await request.get(
           '/api-admin/appVersionInfo/queryByPlatform',
           '/api-admin/appVersionInfo/queryByPlatform',
           {
           {