From a04694b7242f42b5159e47eaddf7b526ab5ac18b Mon Sep 17 00:00:00 2001 From: yangzhq68909 <993367776@qq.com> Date: Mon, 20 Jan 2025 15:10:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- manifest.json | 4 ++-- pages/login/login.vue | 16 ++++++++-------- .../views/renliziyuan/renyuanxinxi/taizhang.vue | 2 -- 4 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.env.development b/.env.development index b6fc12c..47afe86 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ # 开发环境 # 请求接口地址 -VITE_REQUEST_BASE_URL = https://36.112.48.190 +VITE_REQUEST_BASE_URL = http://10.75.15.249:8080 diff --git a/manifest.json b/manifest.json index 48e3d51..f4dadb4 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "数智产销", "appid" : "__UNI__9F097F0", "description" : "", - "versionName" : "1.1.2", - "versionCode" : 20250117, + "versionName" : "1.1.3", + "versionCode" : 20250120, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/login/login.vue b/pages/login/login.vue index 1b8252c..e9dc56f 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -98,17 +98,17 @@ }); /*生产环境 begin */ - // loginApi({ - // username: un, - // password: pw, - // ip: getDeviceIp() + loginApi({ + username: un, + password: pw, + ip: getDeviceIp() /*生产环境 end */ /*开发环境 begin */ - localLoginApi({ - username: username.value, - password: password.value, - captcha: 'app' + // localLoginApi({ + // username: username.value, + // password: password.value, + // captcha: 'app' /*开发环境 end */ }).then((loginres) => { if (loginres.success) { diff --git a/pages/views/renliziyuan/renyuanxinxi/taizhang.vue b/pages/views/renliziyuan/renyuanxinxi/taizhang.vue index 8d6664a..f3ab63f 100644 --- a/pages/views/renliziyuan/renyuanxinxi/taizhang.vue +++ b/pages/views/renliziyuan/renyuanxinxi/taizhang.vue @@ -138,8 +138,6 @@ }) function detail(record) { - // console.log(record) - uni.navigateTo({ url: "/pages/views/renliziyuan/renyuanxinxi/detail?data=" + encodeURIComponent(JSON.stringify(record)) })