Merge branch 'minJeecg' into 'master'
1.修改健康随访 See merge request cxcxt/jeecguniapp!24
This commit is contained in:
commit
94cf09e0e1
2
env/.env.development
vendored
2
env/.env.development
vendored
@ -7,7 +7,7 @@ VITE_SHOW_SOURCEMAP = true
|
||||
# 是否启用读取配置文件 min
|
||||
#VITE_WEBAPP = 'D://opt//AppUpdateTest'
|
||||
VITE_WEBAPP = ''
|
||||
VITE_SERVER_BASEURL = 'http://10.75.15.249:8080/jeecg-boot'
|
||||
VITE_SERVER_BASEURL = 'http://10.75.15.247:8080/jeecg-boot'
|
||||
#VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot'
|
||||
#VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot'
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "数智产销",
|
||||
"name": "数智产销测试",
|
||||
"appid": "__UNI__9F097F0",
|
||||
"description": "",
|
||||
"versionName": "2.1.0",
|
||||
|
@ -93,7 +93,11 @@
|
||||
addByCld({
|
||||
ldhths:ldhthValues
|
||||
}).then(res=>{
|
||||
toast.success(res.message)
|
||||
if(res.success){
|
||||
toast.success(res.message)
|
||||
}else{
|
||||
toast.error(res.message)
|
||||
}
|
||||
console.log("res----",res)
|
||||
// if(res.success){
|
||||
// toast.success(res.message)
|
||||
|
@ -105,9 +105,9 @@
|
||||
let pw = Base64.encode(encodeURIComponent(password.value))
|
||||
loading.value = true
|
||||
/*生产环境 begin */
|
||||
loginApi({ username: un, password: pw })
|
||||
// loginApi({ username: un, password: pw })
|
||||
/*开发环境 begin */
|
||||
// loginApi({ username: userName.value, password: password.value, captcha: 'app' })
|
||||
loginApi({ username: userName.value, password: password.value, captcha: 'app' })
|
||||
.then((res : any) => {
|
||||
if (res.success) {
|
||||
const { result } = res
|
||||
|
Loading…
Reference in New Issue
Block a user