From df6de11a0b8bd1194a7d3118a2621a6bb6fa34d0 Mon Sep 17 00:00:00 2001 From: lagos <627844378@qq.com> Date: Fri, 27 Jun 2025 09:17:22 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E5=81=A5=E5=BA=B7=E9=9A=8F?= =?UTF-8?q?=E8=AE=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env/.env.development | 2 +- src/manifest.json | 2 +- src/pages-politics/healthfollow/send.vue | 6 +++++- src/pages/login/login.vue | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/env/.env.development b/env/.env.development index f347345..3a1bb1c 100644 --- a/env/.env.development +++ b/env/.env.development @@ -7,7 +7,7 @@ VITE_SHOW_SOURCEMAP = true # 是否启用读取配置文件 min #VITE_WEBAPP = 'D://opt//AppUpdateTest' VITE_WEBAPP = '' -VITE_SERVER_BASEURL = 'http://10.75.15.249:8080/jeecg-boot' +VITE_SERVER_BASEURL = 'http://10.75.15.247:8080/jeecg-boot' #VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot' #VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot' diff --git a/src/manifest.json b/src/manifest.json index 6d3cf2a..7affead 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "name": "数智产销", + "name": "数智产销测试", "appid": "__UNI__9F097F0", "description": "", "versionName": "2.1.0", diff --git a/src/pages-politics/healthfollow/send.vue b/src/pages-politics/healthfollow/send.vue index ebf0652..08b312c 100644 --- a/src/pages-politics/healthfollow/send.vue +++ b/src/pages-politics/healthfollow/send.vue @@ -93,7 +93,11 @@ addByCld({ ldhths:ldhthValues }).then(res=>{ - toast.success(res.message) + if(res.success){ + toast.success(res.message) + }else{ + toast.error(res.message) + } console.log("res----",res) // if(res.success){ // toast.success(res.message) diff --git a/src/pages/login/login.vue b/src/pages/login/login.vue index d1cbda1..72d8ac9 100644 --- a/src/pages/login/login.vue +++ b/src/pages/login/login.vue @@ -105,9 +105,9 @@ let pw = Base64.encode(encodeURIComponent(password.value)) loading.value = true /*生产环境 begin */ - loginApi({ username: un, password: pw }) + // loginApi({ username: un, password: pw }) /*开发环境 begin */ - // loginApi({ username: userName.value, password: password.value, captcha: 'app' }) + loginApi({ username: userName.value, password: password.value, captcha: 'app' }) .then((res : any) => { if (res.success) { const { result } = res