diff --git a/.env.dev b/.env.dev index e85b68c85..5a56ae651 100644 --- a/.env.dev +++ b/.env.dev @@ -4,7 +4,7 @@ NODE_ENV=production VITE_DEV=true # 请求路径 -VITE_BASE_URL='http://www.sujieguanli.top:48080' +VITE_BASE_URL='http://www.woyaoshouchong.asia:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务 VITE_UPLOAD_TYPE=client diff --git a/.env.local b/.env.local index 90f7da7fa..aa7982fa5 100644 --- a/.env.local +++ b/.env.local @@ -4,7 +4,7 @@ NODE_ENV=development VITE_DEV=true # 请求路径 -VITE_BASE_URL='http://www.sujieguanli.top:48080' +VITE_BASE_URL='http://www.woyaoshouchong.asia:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 VITE_UPLOAD_TYPE=client diff --git a/.env.prod b/.env.prod index af206c36f..b62c2c3d6 100644 --- a/.env.prod +++ b/.env.prod @@ -4,7 +4,7 @@ NODE_ENV=production VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://www.sujieguanli.top:88' +VITE_BASE_URL='http://www.sujieguanli.top' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务 VITE_UPLOAD_TYPE=client diff --git a/src/views/crm/contract/detail/index.vue b/src/views/crm/contract/detail/index.vue index 2ac2b8e01..c3e6cf767 100644 --- a/src/views/crm/contract/detail/index.vue +++ b/src/views/crm/contract/detail/index.vue @@ -48,7 +48,6 @@ import { useTagsViewStore } from '@/store/modules/tagsView' import { OperateLogVO } from '@/api/system/operatelog' import * as ContractApi from '@/api/crm/contract' -import ContractDetailsInfo from './ContractDetailsInfo.vue' import ContractDetailsHeader from './ContractDetailsHeader.vue' import ContractProductList from './ContractProductList.vue' import { BizTypeEnum } from '@/api/crm/permission' @@ -56,7 +55,6 @@ import { getOperateLogPage } from '@/api/crm/operateLog' import ContractForm from '@/views/crm/contract/ContractForm.vue' import CrmTransferForm from '@/views/crm/permission/components/TransferForm.vue' import PermissionList from '@/views/crm/permission/components/PermissionList.vue' -import FollowUpList from '@/views/crm/followup/components/FollowUpList.vue' import ReceivableList from '@/views/crm/receivable/components/ReceivableList.vue' import ReceivablePlanList from '@/views/crm/receivable/plan/components/ReceivablePlanList.vue' diff --git a/src/views/crm/customer/detail/index.vue b/src/views/crm/customer/detail/index.vue index 7fad1badb..d2827e65b 100644 --- a/src/views/crm/customer/detail/index.vue +++ b/src/views/crm/customer/detail/index.vue @@ -25,7 +25,6 @@ > 锁定 - {{ customerId }} - + + + + + + @@ -46,11 +62,17 @@ placement="top" > {{ bizLabel }}人:{{ item.creatorName }} - - 客户名称:{{ item.customer[0].name }} + + 客户名称: + + {{ item.customer[0].name }} + - - 场地名称:{{ item.stationSite[0].name }} + + 场地名称: + + {{ item.stationSite[0].name }} +