Compare commits

...

4 Commits

Author SHA1 Message Date
骆超
843ae242bc 密码登录 2023-05-09 10:29:56 +08:00
caolc
3c8c985cce Merge branch 'caolc' of http://121.196.213.68:3000/caoliancun/LSM_OIL_SITE_zhongping into caolc 2023-05-08 08:59:00 +08:00
caolc
50ffdddce6 1 2023-05-08 08:58:58 +08:00
a1ebcaf789 Merge pull request '用户登录&退出' (#1) from lc into caolc
Reviewed-on: #1
2023-05-06 09:03:48 +00:00
3 changed files with 8 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "星油云站",
"appid" : "__UNI__EA8D131",
"appid" : "__UNI__F1ED4B9",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",

View File

@@ -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 = {

View File

@@ -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