Commit 977c82d1 by wangshuangqing

Merge branch 'feature/修改'

parents c94be8df 0c0597fa
......@@ -10,13 +10,13 @@ import Router from "vue-router";
import store from "@/store";
import { getItem, clear } from "@/utils/auth";
import outseeQualityControl from "@/views/outseeQualityControl.vue";
import outpatientDetails from "@/views/outpatientDetails.vue";
import login from "@/views/login.vue";
Vue.use(Router);
const router = new Router({
routes: [
{
routes: [{
path: "*",
component: (resolve) => require(["@/components/404.vue"], resolve),
},
......@@ -30,6 +30,11 @@ const router = new Router({
name: "outseeQualityControl",
component: outseeQualityControl,
},
{
path: "/outpatientDetails",
name: "outpatientDetails",
component: outpatientDetails,
},
// {
// path: "/",
// name: "home",
......@@ -115,4 +120,4 @@ router.beforeEach((to, from, next) => {
// })
export default router;
export default router;
\ No newline at end of file
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