浏览代码

需求池639 预登记重复的文案修改

hbchen 1 年之前
父节点
当前提交
baeb92d7d7
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      .env.development
  2. 1 1
      src/views/financialManagement/registrationPre.vue

+ 2 - 2
.env.development

@@ -1,5 +1,5 @@
 # 接口地址
-VITE_APP_API_URL="http://192.168.77.4:8619/api"
-# VITE_APP_API_URL="http://8.136.199.33:8619/api"
+# VITE_APP_API_URL="http://192.168.77.4:8619/api"
+VITE_APP_API_URL="http://8.136.199.33:8619/api"
 # crm系统地址
 VITE_CRM_SYSTEM_URL="https://rddptest.hzinsights.com/login"

+ 1 - 1
src/views/financialManagement/registrationPre.vue

@@ -374,7 +374,7 @@ const submitForm=()=>{
             services:params.services})
         if(!checkRes.data) return
         if(checkRes.data.exist!==0){
-          ElMessageBox.confirm(`合规信息已存在,是否继续${dialog.registrationType}登记?`,
+          ElMessageBox.confirm(`该客户已进行预登记,是否继续${dialog.registrationType}预登记?`,
           '操作提示',
           {
             confirmButtonText: '确定',