浏览代码

bugfix:修复bug

leo 1 年之前
父节点
当前提交
fa4aa85037
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nuxt.config.js

+ 1 - 1
nuxt.config.js

@@ -276,7 +276,7 @@ export default {
     extendRoutes(routes, resolve) {
       routes.push({
         name: 'claim-cloud-phone',
-        path: '/claimCloudPhone/:type',
+        path: '/claimCloudPhone/:id',
         component: resolve(__dirname, 'pages/claimCloudPhone/_type.vue')
       });
     }