diff --git a/.env.base b/.env.base index a8c77b2..1c695ec 100644 --- a/.env.base +++ b/.env.base @@ -4,8 +4,8 @@ VITE_NODE_ENV=development VITE_DEV=true # 请求路径 -VITE_BASE_URL='http://47.98.161.246:48080' -# VITE_BASE_URL='http://114.215.207.150:48080' +# VITE_BASE_URL='http://47.98.161.246:48080' +VITE_BASE_URL='http://114.215.207.150:48080' # 高德地图key密钥 # 1寻驾 diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index bbf6ade..6f70d3a 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -59,7 +59,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ title: '首页', hidden: true } - // children: [ + // ,children: [ // { // path: '/index', // component: () => import('@/views/Basic/Menu/index.vue'), diff --git a/src/views/Clue/Pool/Comp/DialogClue.vue b/src/views/Clue/Pool/Comp/DialogClue.vue index 9b950b6..54ba0ca 100644 --- a/src/views/Clue/Pool/Comp/DialogClue.vue +++ b/src/views/Clue/Pool/Comp/DialogClue.vue @@ -170,7 +170,7 @@ const formSchema = computed(() => { if (it.field == 'consultTime') { it.componentProps['disabled-date'] = dateAfterToday // 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') { // it.componentProps['disabled'] = true