bbae9368 by xukangle

fix: 修改分类分级

1 parent ddc5c4ea
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!