forked from JointCloud/JCC-RIP
fix
This commit is contained in:
parent
75cd629114
commit
4655fe2d03
|
@ -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
|
||||
})
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue