{"id":8567,"date":"2023-11-28T20:31:28","date_gmt":"2023-11-28T12:31:28","guid":{"rendered":"https:\/\/wx.kaifamiao.info\/?p=8567"},"modified":"2023-12-02T23:04:52","modified_gmt":"2023-12-02T15:04:52","slug":"vue-zhong-zen-me-ding-yivuerouter-de-dong-tai-lu-y-2","status":"publish","type":"post","link":"http:\/\/wx.kaifamiao.info\/index.php\/2023\/11\/28\/vue-zhong-zen-me-ding-yivuerouter-de-dong-tai-lu-y-2\/","title":{"rendered":"Vue \u4e2d\u600e\u4e48\u5b9a\u4e49 vue-router \u7684\u52a8\u6001\u8def\u7531\uff1f\u600e\u4e48\u83b7\u53d6\u4f20\u8fc7\u6765\u7684\u52a8\u6001\u53c2\u6570\uff1f"},"content":{"rendered":"<p>\u5728 Vue Router \u4e2d\u5b9a\u4e49\u52a8\u6001\u8def\u7531\u9700\u8981\u4f7f\u7528\u8def\u7531\u7684\u5360\u4f4d\u7b26\u6765\u8868\u793a\u52a8\u6001\u90e8\u5206\u3002\u52a8\u6001\u8def\u7531\u53ef\u4ee5\u901a\u8fc7\u5728\u8def\u7531\u8def\u5f84\u4e2d\u4f7f\u7528\u5192\u53f7 <code>:<\/code> \u540e\u9762\u8ddf\u7740\u53c2\u6570\u540d\u79f0\u6765\u5b9a\u4e49\uff0c\u7136\u540e\u901a\u8fc7 <code>$route.params<\/code> \u6765\u83b7\u53d6\u4f20\u9012\u8fc7\u6765\u7684\u52a8\u6001\u53c2\u6570\u3002<\/p>\n<h3><a id=\"%E5%AE%9A%E4%B9%89%E5%8A%A8%E6%80%81%E8%B7%AF%E7%94%B1\" class=\"anchor\" aria-hidden=\"true\"><span class=\"octicon octicon-link\"><\/span><\/a>\u5b9a\u4e49\u52a8\u6001\u8def\u7531<\/h3>\n<p>\u5728 Vue Router \u4e2d\u5b9a\u4e49\u52a8\u6001\u8def\u7531\u7684\u65b9\u5f0f\u5982\u4e0b\uff1a<\/p>\n<pre><code class=\"language-javascript\">\/\/ \u5b9a\u4e49\u52a8\u6001\u8def\u7531\nconst router = new VueRouter({\n  routes: [\n    {\n      path: '\/user\/:id',\n      component: User,\n    },\n  ],\n});\n<\/code><\/pre>\n<p>\u4e0a\u9762\u7684\u4f8b\u5b50\u4e2d\uff0c<code>:id<\/code> \u8868\u793a\u4e00\u4e2a\u52a8\u6001\u53c2\u6570\uff0c\u8868\u793a\u7528\u6237\u7684ID\uff0c\u5b83\u53ef\u4ee5\u662f\u4efb\u610f\u503c\u3002<\/p>\n<h3><a id=\"%E8%8E%B7%E5%8F%96%E5%8A%A8%E6%80%81%E5%8F%82%E6%95%B0\" class=\"anchor\" aria-hidden=\"true\"><span class=\"octicon octicon-link\"><\/span><\/a>\u83b7\u53d6\u52a8\u6001\u53c2\u6570<\/h3>\n<p>\u83b7\u53d6\u4f20\u9012\u8fc7\u6765\u7684\u52a8\u6001\u53c2\u6570\u53ef\u4ee5\u901a\u8fc7 <code>$route.params<\/code> \u5bf9\u8c61\u6765\u8bbf\u95ee\uff1a<\/p>\n<pre><code class=\"language-javascript\">\/\/ \u5728\u7ec4\u4ef6\u4e2d\u83b7\u53d6\u52a8\u6001\u53c2\u6570\nexport default {\n  created() {\n    \/\/ \u83b7\u53d6\u52a8\u6001\u53c2\u6570\n    const userId = this.$route.params.id;\n    console.log('User ID:', userId);\n  },\n};\n<\/code><\/pre>\n<p>\u5728\u7ec4\u4ef6\u4e2d\u53ef\u4ee5\u901a\u8fc7 <code>this.$route.params.id<\/code> \u6765\u83b7\u53d6\u52a8\u6001\u8def\u7531\u4e2d\u4f20\u9012\u8fc7\u6765\u7684\u53c2\u6570\u503c\u3002\u5728\u8def\u7531\u8def\u5f84\u4e2d\u5b9a\u4e49\u4e86\u52a8\u6001\u53c2\u6570\u540e\uff0cVue Router \u4f1a\u5c06\u8fd9\u4e9b\u53c2\u6570\u6ce8\u5165\u5230 <code>$route.params<\/code> \u5bf9\u8c61\u4e2d\uff0c\u7136\u540e\u53ef\u4ee5\u5728\u7ec4\u4ef6\u4e2d\u76f4\u63a5\u8bbf\u95ee\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728 Vue Router \u4e2d\u5b9a\u4e49\u52a8\u6001\u8def\u7531\u9700\u8981\u4f7f\u7528\u8def\u7531\u7684\u5360\u4f4d\u7b26\u6765\u8868\u793a\u52a8\u6001\u90e8\u5206\u3002\u52a8\u6001\u8def\u7531\u53ef\u4ee5\u901a\u8fc7\u5728\u8def\u7531\u8def\u5f84\u4e2d\u4f7f\u7528\u5192 [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[114],"tags":[],"class_list":["post-8567","post","type-post","status-publish","format-standard","hentry","category-vue"],"_links":{"self":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/8567","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/comments?post=8567"}],"version-history":[{"count":2,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/8567\/revisions"}],"predecessor-version":[{"id":14133,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/8567\/revisions\/14133"}],"wp:attachment":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/media?parent=8567"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/categories?post=8567"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/tags?post=8567"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}