diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index b27ec30..2d5428c 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,7 +2,7 @@ "version" : "1.0", "configurations" : [ { - "playground" : "custom", + "playground" : "standard", "type" : "uni-app:app-android" }, { diff --git a/config/app.js b/config/app.js index 7789120..5386163 100644 --- a/config/app.js +++ b/config/app.js @@ -1,8 +1,8 @@ let BASE_URL import store from "@/store/index.js" // 环境 -let env = "prod" -// let env = "dev" +// let env = "prod" +let env = "dev" let HTTP_REQUEST_URL diff --git a/manifest.json b/manifest.json index c137428..504b7df 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "种植溯源", "appid" : "__UNI__D087881", "description" : "", - "versionName" : "1.1.0", - "versionCode" : 110, + "versionName" : "1.1.1", + "versionCode" : 111, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/Login/login.vue b/pages/Login/login.vue index b840ef0..56794cf 100644 --- a/pages/Login/login.vue +++ b/pages/Login/login.vue @@ -454,8 +454,8 @@ const tips = ref('获取验证码') const countDown = ref(0); // 倒计时秒数 const formData = reactive({ - account: "19130550023", - password: "a123456", + account: "", + password: "", code: '', scene: "2", terminal: ''