Commit 5b537046 by tangyufeng

1.智能分组 单选

2.查看下文案
parent 1fecaefe
......@@ -3,7 +3,7 @@
* @Date: 2022-06-07 00:31:25
* @LastEditors: wsq
* @LastEditTime: 2023-01-09 13:55:06
* @Description:
* @Description:
*/
import Vue from "vue";
import Router from "vue-router";
......@@ -13,13 +13,14 @@ import outseeQualityControl from "@/views/outseeQualityControl.vue";
import outpatientDetails from "@/views/outpatientDetails.vue";
import outHistorygrouping from "@/views/outHistorygrouping.vue";
import outClinicalpathway from "@/views/outClinicalpathway.vue";
import Entrypath from '@/views/Entrypath.vue';
import Entrypath from "@/views/Entrypath.vue";
Vue.use(Router);
// const baseUrl = '/his/'
const router = new Router({
// mode: baseUrl,
routes: [{
routes: [
{
path: "*",
component: (resolve) => require(["@/components/404.vue"], resolve),
},
......@@ -44,10 +45,9 @@ const router = new Router({
},
//进入路径
{
path:'/Entrypath',
name:'Entrypath',
component:Entrypath
path: "/Entrypath",
name: "Entrypath",
component: Entrypath,
},
//临床路径外放页面
{
......@@ -64,4 +64,4 @@ router.beforeEach((to, from, next) => {
next();
});
export default router;
\ No newline at end of file
export default router;
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
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