注释掉相关巡检
This commit is contained in:
@@ -85,7 +85,7 @@ onShow(()=>{
|
||||
try {
|
||||
showLoading("加载中...")
|
||||
getList();
|
||||
getTaskCount();
|
||||
// getTaskCount();
|
||||
hideLoading();
|
||||
} catch (error) {
|
||||
hideLoading();
|
||||
|
||||
@@ -202,7 +202,7 @@ const initLoad =()=>{
|
||||
getSalesTask();
|
||||
getCommonServices();
|
||||
getNewsList();
|
||||
getTaskCount();
|
||||
// getTaskCount();
|
||||
hideLoading();
|
||||
} catch (error) {
|
||||
hideLoading();
|
||||
|
||||
@@ -94,9 +94,9 @@ onLoad(async(opt) => {
|
||||
// #endif
|
||||
|
||||
// 内网才有minio参数
|
||||
if(networkEnv.value==1){
|
||||
getMinioParam();
|
||||
}
|
||||
// if(networkEnv.value==1){
|
||||
// getMinioParam();
|
||||
// }
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user