肿瘤学阅片配置更改
continuous-integration/drone/push Build is passing Details

uat
caiyiling 2025-03-12 10:46:38 +08:00
parent 0d9a77f4a5
commit bf57b75bed
2 changed files with 6 additions and 6 deletions

View File

@ -50,11 +50,11 @@ export const constantRoutes = [
component: () => import('@/views/login/index'), component: () => import('@/views/login/index'),
hidden: true hidden: true
}, },
{ // {
path: '/test', // path: '/test',
component: () => import('@/views/test/index'), // component: () => import('@/views/test/index'),
hidden: true // hidden: true
}, // },
{ {
path: '/resetpassword', path: '/resetpassword',
component: () => import('@/views/forgetpassword/index'), component: () => import('@/views/forgetpassword/index'),

View File

@ -126,7 +126,7 @@ import { getSystemOncologyInfo, setSystemOncologyInfo, getCriterionDictionary }
export default { export default {
props: { props: {
data: { data: {
type: String, type: Object,
default() { return {} } default() { return {} }
}, },
criterionId: { criterionId: {