add
This commit is contained in:
parent
70c658192a
commit
d89073eeb8
|
@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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" : {
|
||||||
|
|
|
@ -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: ''
|
||||||
|
|
Loading…
Reference in New Issue