Commit 9ccb8171 authored by leiqingsong's avatar leiqingsong

Merge branch 'master' of http://111.203.232.171:8888/Song/xitiansenmall into dev_lqs

parents 60a7a860 a8bf1630
......@@ -129,6 +129,18 @@ const routes = [
name: "Router",
component: () => import("@/views/router"),
meta: { title: "路径导航", noNav: true }
},
{
path: "/register",
name: "Register",
component: () => import("@/views/register"),
meta: { title: "", noNav: true }
},
{
path: "/customer",
name: "customerService",
component: () => import("@/views/customer-service"),
meta: { title: "", noNav: true }
}
];
......
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