Compare commits
4 Commits
767f164e59
...
843ae242bc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
843ae242bc | ||
|
|
3c8c985cce | ||
|
|
50ffdddce6 | ||
| a1ebcaf789 |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "星油云站",
|
||||
"appid" : "__UNI__EA8D131",
|
||||
"appid" : "__UNI__F1ED4B9",
|
||||
"description" : "",
|
||||
"versionName" : "1.0.0",
|
||||
"versionCode" : "100",
|
||||
|
||||
@@ -464,9 +464,12 @@
|
||||
});
|
||||
},
|
||||
sendMsg() {
|
||||
if(!this.checkUser){
|
||||
return
|
||||
}
|
||||
|
||||
console.log("发送验证码",this.checkUser)
|
||||
|
||||
// if(!this.checkUser){
|
||||
// return
|
||||
// }
|
||||
if (!this.frozen) {
|
||||
if (this.auth.phone) {
|
||||
const data2 = {
|
||||
|
||||
@@ -7,7 +7,7 @@ import utils from '@/utils/encode'
|
||||
//42 洛超 /29 孙志华 /40 阿浩
|
||||
// 测试日日顺时需要连阿浩
|
||||
|
||||
const testUrl = 'http://192.168.26:38080'
|
||||
const testUrl = 'http://192.168.20:38080'
|
||||
// const productionUrl = 'https://www.51xingka.net/oilApp' // 生产,加密 old
|
||||
// const productionUrl = 'https://www.xingoil.com/adminapi' // 生产,加密 new
|
||||
// const productionUrl = 'https://www.xingoil.com/adminapi' // 生产,加密 new
|
||||
|
||||
Reference in New Issue
Block a user