巡检
Some checks failed
Uniapp 自动化打包 CI/CD / 打包 Uniapp 项目 (push) Has been cancelled

This commit is contained in:
2025-09-05 17:09:49 +08:00
parent c7ff9a5234
commit 7c0a09d534
2 changed files with 9 additions and 9 deletions

View File

@@ -27,8 +27,8 @@ const config = {
// config.baseUrl = 'http://tc.cqsznc.com:7080/api';
//正式
// config.baseUrl = 'http://183.230.235.66:11010/api';
config.baseUrl = 'http://183.230.235.66:11010/api';
config.baseUrl = 'http://799004da.r28.cpolar.top';
// config.baseUrl = 'http://799004da.r28.cpolar.top';
export default config;

View File

@@ -152,13 +152,13 @@
});
},
beforeSubmit() {
// if(!this.isSign){
// uni.showToast({
// title: '请先签到',
// icon: 'none'
// });
// return
// }
if(!this.isSign){
uni.showToast({
title: '请先签到',
icon: 'none'
});
return
}
if (this.info.inspectionResults == 1) {
// 直接提交
this.submit();