提交 bd98ed2f authored 作者: thy's avatar thy

上次报告修改

上级 71b8abc5
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
// 服务地址 // 服务地址
const IP = 'http://192.168.1.248'; // 刘杰 // const IP = 'http://192.168.1.248'; // 刘杰
// const IP = 'http://192.168.0.114'; // 刘杰 const IP = 'http://120.55.57.35'; // 刘杰
// 请求目标服务器域名配置 // 请求目标服务器域名配置
const DOMAIN_NAME = { const DOMAIN_NAME = {
URL_CNODEJS: IP + ':8079', // 网关 服务端口 URL_CNODEJS: IP + ':12345', // 网关 服务端口
}; };
export default DOMAIN_NAME; export default DOMAIN_NAME;
差异被折叠。
...@@ -2721,7 +2721,7 @@ systemStructure.cdn.space != '' " ...@@ -2721,7 +2721,7 @@ systemStructure.cdn.space != '' "
</el-select> </el-select>
</div> </div>
<div class="copy-box-main-input more plan" style="margin-top:30px;"> <div class="copy-box-main-input more plan" style="margin-top:30px;">
<span class="box-input-text plan">RPR时间(恢复还原点):</span> <span class="box-input-text plan">RPO时间(恢复还原点):</span>
<el-select v-model="rpo" placeholder="请选择"> <el-select v-model="rpo" placeholder="请选择">
<el-option label="与RTO时间的前60秒同步 <el-option label="与RTO时间的前60秒同步
...@@ -4289,6 +4289,14 @@ export default { ...@@ -4289,6 +4289,14 @@ export default {
} }
} }
}); });
Object.keys(this.developLanguageSystem).forEach(key => {
if (res.data.developLanguageSystem[key] != -1) {
if (res.data.developLanguageSystem[key] == undefined) {
} else {
this.developLanguageSystem[key] = res.data.developLanguageSystem[key];
}
}
});
Object.keys(this.systemStructure).forEach(key => { Object.keys(this.systemStructure).forEach(key => {
if (res.data.systemStructure[key] != -1) { if (res.data.systemStructure[key] != -1) {
if (res.data.systemStructure[key] == undefined) { if (res.data.systemStructure[key] == undefined) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论