Commit 5b537046 by tangyufeng

1.智能分组 单选

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