From 25cf266e99714ac5d428e66b40ce272325c91dd8 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期六, 14 六月 2025 15:01:11 +0800 Subject: [PATCH] 修改管理后台账号和共享session等 屏蔽除出租车外的其他模块 --- ManagementQYTTravel/guns-admin/src/main/webapp/static/modular/system/tCar/tCar_info.js | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ManagementQYTTravel/guns-admin/src/main/webapp/static/modular/system/tCar/tCar_info.js b/ManagementQYTTravel/guns-admin/src/main/webapp/static/modular/system/tCar/tCar_info.js index 76181f7..e9d2bdd 100644 --- a/ManagementQYTTravel/guns-admin/src/main/webapp/static/modular/system/tCar/tCar_info.js +++ b/ManagementQYTTravel/guns-admin/src/main/webapp/static/modular/system/tCar/tCar_info.js @@ -18,20 +18,20 @@ // } // } // }, - zcModel: { - validators: { - notEmpty: { - message: '请选择快车车型' - } - } - }, - kcModel: { - validators: { - notEmpty: { - message: '请选择跨城出行车型' - } - } - }, + // zcModel: { + // validators: { + // notEmpty: { + // message: '请选择快车车型' + // } + // } + // }, + // kcModel: { + // validators: { + // notEmpty: { + // message: '请选择跨城出行车型' + // } + // } + // }, carLicensePlate: { validators: { notEmpty: { -- Gitblit v1.7.1