This commit is contained in:
zmj 2024-03-06 19:19:26 +08:00
parent 70c658192a
commit d89073eeb8
4 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
"version" : "1.0", "version" : "1.0",
"configurations" : [ "configurations" : [
{ {
"playground" : "custom", "playground" : "standard",
"type" : "uni-app:app-android" "type" : "uni-app:app-android"
}, },
{ {

View File

@ -1,8 +1,8 @@
let BASE_URL let BASE_URL
import store from "@/store/index.js" import store from "@/store/index.js"
// 环境 // 环境
let env = "prod" // let env = "prod"
// let env = "dev" let env = "dev"
let HTTP_REQUEST_URL let HTTP_REQUEST_URL

View File

@ -2,8 +2,8 @@
"name" : "种植溯源", "name" : "种植溯源",
"appid" : "__UNI__D087881", "appid" : "__UNI__D087881",
"description" : "", "description" : "",
"versionName" : "1.1.0", "versionName" : "1.1.1",
"versionCode" : 110, "versionCode" : 111,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

@ -454,8 +454,8 @@
const tips = ref('获取验证码') const tips = ref('获取验证码')
const countDown = ref(0); // const countDown = ref(0); //
const formData = reactive({ const formData = reactive({
account: "19130550023", account: "",
password: "a123456", password: "",
code: '', code: '',
scene: "2", scene: "2",
terminal: '' terminal: ''