Commit ebd7fc90 by 唐玉峰

表格必填校验

parent 3ca3d7e1
......@@ -55,6 +55,10 @@ const router = new Router({
name: "outClinicalpathway",
component: outClinicalpathway,
},
{
path: "/test",
component: (resolve) => require(["@/views/test.vue"], resolve),
},
],
// mode: 'history' /*hash*/ /*不显示路由中的#*/
});
......
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