1
This commit is contained in:
parent
4b526dd5b4
commit
01292d1f50
5
env/.env.development
vendored
5
env/.env.development
vendored
@ -9,10 +9,11 @@ VITE_SHOW_SOURCEMAP = true
|
||||
VITE_WEBAPP = ''
|
||||
#VITE_SERVER_BASEURL = 'http://10.75.15.247:8080/jeecg-boot'
|
||||
#VITE_SERVER_BASEURL = 'http://10.96.108.144:8080/jeecg-boot'
|
||||
VITE_SERVER_BASEURL = 'http://10.75.173.194:8080/jeecg-boot'
|
||||
#VITE_SERVER_BASEURL = 'http://10.75.173.194:8080/jeecg-boot'
|
||||
#VITE_SERVER_BASEURL = 'https://10.75.166.6/test'
|
||||
|
||||
#VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot'
|
||||
#VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot'
|
||||
VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot'
|
||||
|
||||
|
||||
#VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/wwapi'
|
||||
|
4
env/.env.production
vendored
4
env/.env.production
vendored
@ -8,7 +8,7 @@ VITE_SHOW_SOURCEMAP = false
|
||||
#VITE_WEBAPP = 'D://opt//AppUpdateTest'
|
||||
VITE_WEBAPP = ''
|
||||
|
||||
|
||||
VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot'
|
||||
VITE_SERVER_BASEURL = 'https://10.75.166.6/test'
|
||||
#VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot'
|
||||
#VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/wwapi'
|
||||
#VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/yjapi'
|
||||
|
@ -80,6 +80,7 @@
|
||||
iframeWin.value = iframe.value.contentWindow
|
||||
console.log(iframe.value)
|
||||
console.log(iframe.value.contentWindow)
|
||||
console.log(props.fileName)
|
||||
try {
|
||||
iframeWin.value.postMessage({
|
||||
filename: props.fileName,
|
||||
@ -138,7 +139,7 @@
|
||||
if(props.taskDefKey=='task1715564108096'){ //如果是综合办审核,不需要该区
|
||||
return flag = true; //只要执行了签章成功操作就返回成功,否则加载个数验证
|
||||
}
|
||||
return flag = true; //只要执行了签章成功操作就返回成功,否则加载个数验证
|
||||
// return flag = true; //只要执行了签章成功操作就返回成功,否则加载个数验证
|
||||
if (sign.value) {
|
||||
return flag = true; //只要执行了签章成功操作就返回成功,否则加载个数验证
|
||||
} else {
|
||||
|
@ -75,6 +75,7 @@
|
||||
if(info.value.jdsqwj){
|
||||
info.value.jdsqwj = info.value.jdsqwj.replace("PdfFiles/PdfFile/",'')
|
||||
}
|
||||
console.log(info.value.jdsqwj)
|
||||
}else{
|
||||
toast.error(res.message)
|
||||
}
|
||||
|
@ -137,12 +137,12 @@
|
||||
})
|
||||
} else {
|
||||
/*开发环境 */
|
||||
// params.captcha = 'app';
|
||||
params.captcha = 'app';
|
||||
/*生产环境 */
|
||||
params = {
|
||||
username: Base64.encode(encodeURIComponent(userName.value)),
|
||||
password: Base64.encode(encodeURIComponent(password.value)),
|
||||
};
|
||||
// params = {
|
||||
// username: Base64.encode(encodeURIComponent(userName.value)),
|
||||
// password: Base64.encode(encodeURIComponent(password.value)),
|
||||
// };
|
||||
}
|
||||
login(params)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user