From 066b803e929f2bc6ef0356a781f4e2907efdd1a9 Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期二, 22 二月 2022 16:48:31 +0800 Subject: [PATCH] 12 --- pages/login/login.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index 44a0b79..c47ba4f 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -151,6 +151,7 @@ this.UIP = type uni.setStorageSync('UIP',type) this.baseIP = type + }, checkboxChange: function(e) { if (e.detail.value.length == 1) { @@ -173,6 +174,7 @@ return; } uni.showLoading(); + console.log(this.baseIP) uni.request({ url: this.baseHttp + this.baseIP + this.baseUrl + '/login.action', data: { -- Gitblit v1.9.1