fix: 修改分类分级
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -130,7 +130,7 @@ export const getTenantAttach = (params) => request({ | ... | @@ -130,7 +130,7 @@ export const getTenantAttach = (params) => request({ |
| 130 | 130 | ||
| 131 | /** 获取cron表达式最近五次执行时间 */ | 131 | /** 获取cron表达式最近五次执行时间 */ |
| 132 | export const getCronExecTime = (cronExpress) => request({ | 132 | export const getCronExecTime = (cronExpress) => request({ |
| 133 | url: `${import.meta.env.VITE_APP_API_BASEURL}/common/get-recently-time?cronExpress=${cronExpress}`, | 133 | url: `${import.meta.env.VITE_APP_PLAN_BASEURL}/common/get-recently-time?cronExpress=${cronExpress}`, |
| 134 | method: 'get' | 134 | method: 'get' |
| 135 | }) | 135 | }) |
| 136 | 136 | ... | ... |
-
Please register or sign in to post a comment