Browse Source

语音详情跳转pc语音详情

jwyu 2 years ago
parent
commit
01c15b9c70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/pc.vue

+ 1 - 1
pages/pc.vue

@@ -20,7 +20,7 @@ const mapObj=new Map([
     ['pages/video/videoList','/video/list'],
 	['pages-sandTable/sandTable','/sandBox/list'],
     ['pages/voice/voice','/voice/list'],
-    ['pages-voice/voiceDetail','/voice/list'],
+    ['pages-voice/voiceDetail','/voice/detail'],
 ])//map映射小程序页面路径对应h5页面路径
 import {apiUserInfo} from '@/api/user'
 import {apiGetSceneToParams} from '@/api/common'