|
|
|
@ -210,7 +210,8 @@ |
|
|
|
|
|
|
|
<submit-fail-reason ref="ref_submit_fail_reason"></submit-fail-reason> |
|
|
|
|
|
|
|
<c-dialog :showFooter="false" |
|
|
|
<c-dialog :modal-append-to-body="false" |
|
|
|
:showFooter="false" |
|
|
|
:title="'二维码'" |
|
|
|
:width="40" |
|
|
|
:visible="qrCodeDia.visible" |
|
|
|
@ -340,9 +341,8 @@ export default { |
|
|
|
|
|
|
|
// 加载数据 |
|
|
|
loadData () { |
|
|
|
const url = '/third/code/version' |
|
|
|
// const url = 'https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/third/code/version' |
|
|
|
// const url = 'https://epmet-cloud.elinkservice.cn/api/third/code/version' |
|
|
|
// const url = '/third/code/version' |
|
|
|
const url = 'https://epmet-cloud.elinkservice.cn/api/third/code/version' |
|
|
|
|
|
|
|
this.startLoading() |
|
|
|
window.app.ajax.post(url, this.params, |
|
|
|
@ -408,9 +408,8 @@ export default { |
|
|
|
// 打开体验版二维码 |
|
|
|
QRCodeShow () { |
|
|
|
this.qrCodeDia.visible = true |
|
|
|
// const url = 'https://epmet-cloud.elinkservice.cn/api/third/code/qrcode' |
|
|
|
// const url = 'https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/third/code/qrcode' |
|
|
|
const url = '/third/code/qrcode' |
|
|
|
const url = 'https://epmet-cloud.elinkservice.cn/api/third/code/qrcode' |
|
|
|
// const url = '/third/code/qrcode' |
|
|
|
const param = { |
|
|
|
codeId: this.commit.codeId |
|
|
|
} |
|
|
|
@ -463,9 +462,8 @@ export default { |
|
|
|
cancelButtonText: '取消', |
|
|
|
type: 'warning' |
|
|
|
}).then(() => { |
|
|
|
// const url = 'https://epmet-cloud.elinkservice.cn/api/third/code/undo' |
|
|
|
// const url = 'https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/third/code/undo' |
|
|
|
const url = '/third/code/undo' |
|
|
|
const url = 'https://epmet-cloud.elinkservice.cn/api/third/code/undo' |
|
|
|
// const url = '/third/code/undo' |
|
|
|
const param = { |
|
|
|
codeId: this.audit.codeId |
|
|
|
} |
|
|
|
@ -489,9 +487,8 @@ export default { |
|
|
|
cancelButtonText: '取消', |
|
|
|
type: 'warning' |
|
|
|
}).then(() => { |
|
|
|
// const url = 'https://epmet-cloud.elinkservice.cn/api/third/code/release' |
|
|
|
// const url = 'https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/third/code/release' |
|
|
|
const url = '/third/code/release' |
|
|
|
const url = 'https://epmet-cloud.elinkservice.cn/api/third/code/release' |
|
|
|
// const url = '/third/code/release' |
|
|
|
const param = { |
|
|
|
codeId: this.audit.codeId |
|
|
|
} |
|
|
|
@ -518,8 +515,7 @@ export default { |
|
|
|
grayreleaseOk () { |
|
|
|
// eslint-disable-next-line |
|
|
|
// debugger |
|
|
|
// const url = 'https://epmet-cloud.elinkservice.cn/api/third/code/grayrelease' |
|
|
|
const url = 'https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/third/code/grayrelease' |
|
|
|
const url = 'https://epmet-cloud.elinkservice.cn/api/third/code/grayrelease' |
|
|
|
const param = { |
|
|
|
codeId: this.selCodeId, |
|
|
|
grayPercentage: this.grayPercentage |
|
|
|
@ -547,8 +543,8 @@ export default { |
|
|
|
cancelButtonText: '取消', |
|
|
|
type: 'warning' |
|
|
|
}).then(() => { |
|
|
|
// const url = 'https://epmet-cloud.elinkservice.cn/api/third/code/release' |
|
|
|
const url = '/third/code/speedupaudit' |
|
|
|
const url = 'https://epmet-cloud.elinkservice.cn/api/third/code/release' |
|
|
|
// const url = '/third/code/speedupaudit' |
|
|
|
const param = { |
|
|
|
codeId: this.audit.codeId |
|
|
|
} |
|
|
|
@ -569,8 +565,8 @@ export default { |
|
|
|
cancelButtonText: '取消', |
|
|
|
type: 'warning' |
|
|
|
}).then(() => { |
|
|
|
// const url = 'https://epmet-cloud.elinkservice.cn/api/third/code/release' |
|
|
|
const url = '/third/code/revertcoderelease' |
|
|
|
const url = 'https://epmet-cloud.elinkservice.cn/api/third/code/release' |
|
|
|
// const url = '/third/code/revertcoderelease' |
|
|
|
const param = { |
|
|
|
codeId: this.release.codeId |
|
|
|
} |
|
|
|
|