Commit 79c9e9ff authored by xulili's avatar xulili

注册和专属客服

parent b539072d
...@@ -117,6 +117,18 @@ const routes = [ ...@@ -117,6 +117,18 @@ const routes = [
name: "Router", name: "Router",
component: () => import("@/views/router"), component: () => import("@/views/router"),
meta: { title: "路径导航", noNav: true } 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