Browse Source

Update index.tsx

lex 2 years ago
parent
commit
4a4d9caf1c
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/music/list/index.tsx

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

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