Commit 32ad49b7ea24bd285da44d693b580386698bee59

Authored by zhiyangdu
1 parent 276b9e04

规则说跳转

Showing 1 changed file with 1 additions and 1 deletions
src/router/index.js
... ... @@ -128,7 +128,7 @@ const router = new Router({
128 128 },
129 129 {
130 130 // 我的礼盒
131   - path: "/myGiftBox",
  131 + path: "/ ",
132 132 name: "myGiftBox",
133 133 component: resolve => {
134 134 require(["@/pages/myGiftBox/myGiftBox"], resolve);
... ...