This commit is contained in:
jhnine 2022-11-17 17:48:25 +08:00
parent 75cd629114
commit 4655fe2d03
2 changed files with 1 additions and 7 deletions

View File

@ -119,7 +119,7 @@ export function rollBackDeployment(type, data) {
// 工作负载-版本回退 (有状态、守护进程)
export function rollBackOther(data) {
return request({
url: `/api/v1/deployments/back`,
url: `/jcc-schedule/api/v1/deployments/back`,
method: 'post',
data
})

View File

@ -64,12 +64,6 @@ module.exports = {
changeOrigin: true,
secure: false
},
'^/api': {
ws: false,
target: 'http://10.101.15.6:8089/', /* 测试环境 */
changeOrigin: true,
secure: false
},
// '/kapis/terminal.kubesphere.io': {
// ws: true,
// changeOrigin: true,