qsh 5 days ago
parent 65af79e9a1
commit 461d36dc5d
  1. 4
      .env.base
  2. 2
      src/router/modules/remaining.ts
  3. 2
      src/views/Clue/Pool/Comp/DialogClue.vue

@ -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寻驾

@ -59,7 +59,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
title: '首页',
hidden: true
}
// children: [
// ,children: [
// {
// path: '/index',
// component: () => import('@/views/Basic/Menu/index.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

Loading…
Cancel
Save