sc
This commit is contained in:
@@ -4,8 +4,8 @@ VITE_NODE_ENV=development
|
|||||||
VITE_DEV=true
|
VITE_DEV=true
|
||||||
|
|
||||||
# 请求路径
|
# 请求路径
|
||||||
VITE_BASE_URL='http://47.98.161.246:48080'
|
# VITE_BASE_URL='http://47.98.161.246:48080'
|
||||||
# VITE_BASE_URL='http://114.215.207.150:48080'
|
VITE_BASE_URL='http://114.215.207.150:48080'
|
||||||
|
|
||||||
# 高德地图key密钥
|
# 高德地图key密钥
|
||||||
# 1寻驾
|
# 1寻驾
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|||||||
title: '首页',
|
title: '首页',
|
||||||
hidden: true
|
hidden: true
|
||||||
}
|
}
|
||||||
// children: [
|
// ,children: [
|
||||||
// {
|
// {
|
||||||
// path: '/index',
|
// path: '/index',
|
||||||
// component: () => import('@/views/Basic/Menu/index.vue'),
|
// component: () => import('@/views/Basic/Menu/index.vue'),
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ const formSchema = computed(() => {
|
|||||||
if (it.field == 'consultTime') {
|
if (it.field == 'consultTime') {
|
||||||
it.componentProps['disabled-date'] = dateAfterToday
|
it.componentProps['disabled-date'] = dateAfterToday
|
||||||
// it.componentProps['disabled'] = formType.value != 'create'
|
// it.componentProps['disabled'] = formType.value != 'create'
|
||||||
it.componentProps['disabled'] = true
|
it.componentProps['disabled'] = appStore.getAppInfo?.instanceType == 1
|
||||||
}
|
}
|
||||||
// else if (it.field == 'convertPeople' && formType.value == 'update') {
|
// else if (it.field == 'convertPeople' && formType.value == 'update') {
|
||||||
// it.componentProps['disabled'] = true
|
// it.componentProps['disabled'] = true
|
||||||
|
|||||||
Reference in New Issue
Block a user