肿瘤学阅片配置更改
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'),
hidden: true
},
{
path: '/test',
component: () => import('@/views/test/index'),
hidden: true
},
// {
// path: '/test',
// component: () => import('@/views/test/index'),
// hidden: true
// },
{
path: '/resetpassword',
component: () => import('@/views/forgetpassword/index'),

View File

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