Commit 669ceab8 authored by 华国豪's avatar 华国豪 🙄

no message

parent 4c52b9aa
...@@ -22,8 +22,9 @@ export default new Router({ ...@@ -22,8 +22,9 @@ export default new Router({
// }, // },
{ {
path: "/", path: "/",
name: "index", name: "Home",
component: index, component: resolve =>
require(["@/components/Home.vue"], resolve),
meta: { meta: {
title: "印象之旅~感动与世界同步", title: "印象之旅~感动与世界同步",
"http-equiv": "X-UA-Compatible", "http-equiv": "X-UA-Compatible",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment