fix(web): 修复base url错误
This commit is contained in:
@@ -903,7 +903,7 @@ export function simpleYarnDialog(cluster: string, title: string, filterField: st
|
|||||||
type: 'crud',
|
type: 'crud',
|
||||||
api: {
|
api: {
|
||||||
method: 'get',
|
method: 'get',
|
||||||
url: `\${base}/yarn/job_list`,
|
url: `${commonInfo.baseUrl}/yarn/job_list`,
|
||||||
data: {
|
data: {
|
||||||
clusters: `${cluster}`,
|
clusters: `${cluster}`,
|
||||||
page: '${page|default:undefined}',
|
page: '${page|default:undefined}',
|
||||||
|
|||||||
Reference in New Issue
Block a user