代码提交_12_31
This commit is contained in:
commit
80041e5c34
|
@ -577,9 +577,11 @@ export default {
|
||||||
user_id: this.user_id,
|
user_id: this.user_id,
|
||||||
type: "3",
|
type: "3",
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
console.log(res);
|
if(this.$i18n.locale==='zh'){
|
||||||
console.log(JSON.parse(res.data.data.data));
|
this.trees = JSON.parse(res.data.data.r2);
|
||||||
this.trees = JSON.parse(res.data.data.data);
|
}else{
|
||||||
|
this.trees = JSON.parse(res.data.data.data);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
@ -552,10 +552,11 @@ export default {
|
||||||
user_id: this.user_id,
|
user_id: this.user_id,
|
||||||
type: "4",
|
type: "4",
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
console.log(res);
|
if(this.$i18n.locale==='zh'){
|
||||||
console.log(JSON.parse(res.data.data.data));
|
this.trees = JSON.parse(res.data.data.r2);
|
||||||
this.trees = JSON.parse(res.data.data.data);
|
}else{
|
||||||
console.log(this.trees, "this.trees");
|
this.trees = JSON.parse(res.data.data.data);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
@ -1551,9 +1551,11 @@ export default {
|
||||||
user_id: this.user_id,
|
user_id: this.user_id,
|
||||||
type: "3",
|
type: "3",
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
console.log(res);
|
if(this.$i18n.locale==='zh'){
|
||||||
console.log(JSON.parse(res.data.data.data));
|
this.trees = JSON.parse(res.data.data.r2);
|
||||||
|
}else{
|
||||||
this.trees = JSON.parse(res.data.data.data);
|
this.trees = JSON.parse(res.data.data.data);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -291,7 +291,6 @@ import _ from 'lodash'
|
||||||
import {SaveUserAnswer, GetUserAnswer, GetTree, SendTree, getQueryAnswer} from "@/api/user";
|
import {SaveUserAnswer, GetUserAnswer, GetTree, SendTree, getQueryAnswer} from "@/api/user";
|
||||||
export default {
|
export default {
|
||||||
name: "ChiCollectionwifi",
|
name: "ChiCollectionwifi",
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
user_id: "",
|
user_id: "",
|
||||||
|
@ -826,22 +825,13 @@ export default {
|
||||||
outerVisible: false,
|
outerVisible: false,
|
||||||
rulesGate: {
|
rulesGate: {
|
||||||
wgpz_wgmc: [
|
wgpz_wgmc: [
|
||||||
{ required: true, message: "请选择网关名称", trigger: "blur" },
|
{ required: true, message: this.$t('dbcollectiongate.rules.wgpz_wgmc'), trigger: "blur" },
|
||||||
],
|
],
|
||||||
wgpz_wgid: [
|
wgpz_wgid: [
|
||||||
{ required: true, message: "请选择网关id", trigger: "blur" },
|
{ required: true, message: this.$t('dbcollectiongate.rules.wgpz_wgid'), trigger: "blur" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
opts1: [
|
opts1: this.$t('dbcollectiongate.options2'),
|
||||||
{
|
|
||||||
value: "有线区网关2",
|
|
||||||
label: "有线区网关2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "无线区网关2",
|
|
||||||
label: "无线区网关2",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
opts2: [
|
opts2: [
|
||||||
{
|
{
|
||||||
value: "LAN-BOX2",
|
value: "LAN-BOX2",
|
||||||
|
@ -1474,9 +1464,11 @@ export default {
|
||||||
user_id: this.user_id,
|
user_id: this.user_id,
|
||||||
type: "4",
|
type: "4",
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
console.log(res);
|
if(this.$i18n.locale==='zh'){
|
||||||
console.log(JSON.parse(res.data.data.data));
|
this.trees = JSON.parse(res.data.data.r2);
|
||||||
this.trees = JSON.parse(res.data.data.data);
|
}else{
|
||||||
|
this.trees = JSON.parse(res.data.data.data);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.getUserAnswer();
|
this.getUserAnswer();
|
||||||
|
|
|
@ -1222,7 +1222,7 @@ export default {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
.title_l {
|
.title_l {
|
||||||
width: 103px;
|
// width: 103px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
color: rgba(16, 16, 16, 1);
|
color: rgba(16, 16, 16, 1);
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
|
|
@ -982,9 +982,11 @@ export default {
|
||||||
user_id: this.user_id,
|
user_id: this.user_id,
|
||||||
type: "4",
|
type: "4",
|
||||||
});
|
});
|
||||||
console.log(res);
|
if(this.$i18n.locale==='zh'){
|
||||||
console.log(JSON.parse(res.data.data.data));
|
this.trees = JSON.parse(res.data.data.r2);
|
||||||
this.trees = JSON.parse(res.data.data.data);
|
}else{
|
||||||
|
this.trees = JSON.parse(res.data.data.data);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
//网关配置的信息
|
//网关配置的信息
|
||||||
async submitGate() {
|
async submitGate() {
|
||||||
|
|
|
@ -135,32 +135,7 @@ export default {
|
||||||
mqtt_cjd_sbmc: "",
|
mqtt_cjd_sbmc: "",
|
||||||
mqtt_cjd_tagid: "",
|
mqtt_cjd_tagid: "",
|
||||||
},
|
},
|
||||||
options1: [
|
options1: this.$t('wirelessgatewayip.options1'),
|
||||||
{
|
|
||||||
value: "开放式",
|
|
||||||
label: "开放式",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "共享式",
|
|
||||||
label: "共享式",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "WPA-PSK",
|
|
||||||
label: "WPA-PSK",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "WPA",
|
|
||||||
label: "WPA",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "WPA2-PSK",
|
|
||||||
label: "WPA2-PSK",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "WPA2",
|
|
||||||
label: "WPA2",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
options2: [
|
options2: [
|
||||||
{
|
{
|
||||||
value: "NONE",
|
value: "NONE",
|
||||||
|
|
|
@ -424,16 +424,7 @@ export default {
|
||||||
label: "qos2",
|
label: "qos2",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
options2: [
|
options2: this.$t('mqttClient.options2'),
|
||||||
{
|
|
||||||
value: "周期上传",
|
|
||||||
label: "周期上传",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "整点上传",
|
|
||||||
label: "整点上传",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
points: [
|
points: [
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
|
|
|
@ -420,16 +420,7 @@ export default {
|
||||||
label: "qos2",
|
label: "qos2",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
options2: [
|
options2: this.$t('mqttClient.options2'),
|
||||||
{
|
|
||||||
value: "周期上传",
|
|
||||||
label: "周期上传",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "整点上传",
|
|
||||||
label: "整点上传",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
options3: [],
|
options3: [],
|
||||||
options4: [],
|
options4: [],
|
||||||
points: [
|
points: [
|
||||||
|
|
|
@ -36,8 +36,8 @@
|
||||||
v-model="ruleForm.ippz_dns_hqfs"
|
v-model="ruleForm.ippz_dns_hqfs"
|
||||||
style="width: 200px"
|
style="width: 200px"
|
||||||
>
|
>
|
||||||
<el-option label="自动获取" value="自动获取"></el-option>
|
<el-option :label="$t('ckipconfig.auto')" :value="$t('ckipconfig.auto')"></el-option>
|
||||||
<el-option label="手动设定" value="手动设定"></el-option>
|
<el-option :label="$t('ckipconfig.manual')" :value="$t('ckipconfig.manual')"></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
|
@ -49,12 +49,13 @@
|
||||||
<el-form-item :label="$t('ckportconfig.checkBit')" prop="dkpz_jyw">
|
<el-form-item :label="$t('ckportconfig.checkBit')" prop="dkpz_jyw">
|
||||||
<el-col :span="15">
|
<el-col :span="15">
|
||||||
<el-select v-model="ruleForm.dkpz_jyw">
|
<el-select v-model="ruleForm.dkpz_jyw">
|
||||||
<el-option
|
<el-option :value="item.value" v-for="(item,index) in checkBitList" :key="index"></el-option>
|
||||||
|
<!-- <el-option
|
||||||
label="无校验(None)"
|
label="无校验(None)"
|
||||||
value="无校验(None)"
|
value="无校验(None)"
|
||||||
></el-option>
|
></el-option>
|
||||||
<el-option label="奇校验" value="奇校验"></el-option>
|
<el-option label="奇校验" value="奇校验"></el-option>
|
||||||
<el-option label="偶校验" value="偶校验"></el-option>
|
<el-option label="偶校验" value="偶校验"></el-option> -->
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
@ -94,7 +95,7 @@
|
||||||
<el-col :span="15">
|
<el-col :span="15">
|
||||||
<el-select v-model="ruleForm.dkpz_tbbtl">
|
<el-select v-model="ruleForm.dkpz_tbbtl">
|
||||||
<el-option label="None" value="None"></el-option>
|
<el-option label="None" value="None"></el-option>
|
||||||
<el-option label="启用" value="启用"></el-option>
|
<el-option :label="$t('ckportconfig.enable')" :value="$t('ckportconfig.enable')"></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
@ -117,29 +118,9 @@ import {SaveUserAnswer, GetUserAnswer, getQueryAnswer} from "@/api/user";
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
checkBitList:this.$t('ckportconfig.checkBitList'),
|
||||||
user_id: "",
|
user_id: "",
|
||||||
datas: [
|
datas: this.$t('ckportconfig.datas'),
|
||||||
{
|
|
||||||
name: "端口",
|
|
||||||
children: [
|
|
||||||
{
|
|
||||||
name: "端口1",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "端口2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "端口3",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "端口4",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "网页转串口",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
],
|
|
||||||
defaultProps: {
|
defaultProps: {
|
||||||
children: "children",
|
children: "children",
|
||||||
label: "name",
|
label: "name",
|
||||||
|
|
|
@ -35,11 +35,11 @@
|
||||||
<el-form-item :label="$t('toWifi.checkBit')" prop="ckcssz_jyw">
|
<el-form-item :label="$t('toWifi.checkBit')" prop="ckcssz_jyw">
|
||||||
<el-select v-model="ruleForm.ckcssz_jyw" :placeholder="$t('select')">
|
<el-select v-model="ruleForm.ckcssz_jyw" :placeholder="$t('select')">
|
||||||
<el-option
|
<el-option
|
||||||
label="无校验(none)"
|
:label="item.label"
|
||||||
value="无校验(none)"
|
:value="item.value"
|
||||||
|
:key="index"
|
||||||
|
v-for="(item,index) in checkBitList"
|
||||||
></el-option>
|
></el-option>
|
||||||
<el-option label="偶校验" value="偶校验"></el-option>
|
|
||||||
<el-option label="奇校验" value="奇校验"></el-option>
|
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item :label="$t('toWifi.controlMode')" prop="ckcssz_lk">
|
<el-form-item :label="$t('toWifi.controlMode')" prop="ckcssz_lk">
|
||||||
|
@ -144,6 +144,7 @@ import {SaveUserAnswer, GetUserAnswer, getQueryAnswer} from "@/api/user";
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
checkBitList:this.$t('ckportconfig.checkBitList'),
|
||||||
dialogVisible: true,
|
dialogVisible: true,
|
||||||
labelPosition: "left",
|
labelPosition: "left",
|
||||||
user_id: "",
|
user_id: "",
|
||||||
|
|
|
@ -289,7 +289,17 @@ export default {
|
||||||
mqtt_sjgl: "请输入数据过滤",//请输入数据过滤
|
mqtt_sjgl: "请输入数据过滤",//请输入数据过滤
|
||||||
ip1: '请输入IP地址',//请输入IP地址
|
ip1: '请输入IP地址',//请输入IP地址
|
||||||
ip2: '请输入有效的IP地址',//请输入有效的IP地址
|
ip2: '请输入有效的IP地址',//请输入有效的IP地址
|
||||||
}
|
},
|
||||||
|
options2: [
|
||||||
|
{
|
||||||
|
value: "周期上传",
|
||||||
|
label: "周期上传",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "整点上传",
|
||||||
|
label: "整点上传",
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
// 斥候设备配置
|
// 斥候设备配置
|
||||||
reconnoitreConfiguration: {
|
reconnoitreConfiguration: {
|
||||||
|
@ -368,6 +378,8 @@ export default {
|
||||||
gateway: '网关地址:',//网关地址
|
gateway: '网关地址:',//网关地址
|
||||||
primaryDNS: '主DNS服务器:',//主DNS服务器
|
primaryDNS: '主DNS服务器:',//主DNS服务器
|
||||||
backupDNS: '备用DNS服务器:',//备用DNS服务器
|
backupDNS: '备用DNS服务器:',//备用DNS服务器
|
||||||
|
auto:'自动获取',//自动获取
|
||||||
|
manual:'手动设定',//手动设定
|
||||||
rules: {
|
rules: {
|
||||||
ipMethod: '请选择IP获取方式',//请选择IP获取方式
|
ipMethod: '请选择IP获取方式',//请选择IP获取方式
|
||||||
getDNS: '请选择DNS获取方式',//请选择DNS获取方式
|
getDNS: '请选择DNS获取方式',//请选择DNS获取方式
|
||||||
|
@ -395,6 +407,7 @@ export default {
|
||||||
packagingTime: '打包时长(ms):',//打包时长
|
packagingTime: '打包时长(ms):',//打包时长
|
||||||
synBaudRate: '同步波特率(RF2217):',//同步波特率
|
synBaudRate: '同步波特率(RF2217):',//同步波特率
|
||||||
checked: '使能串口心跳包',//使能串口心跳包
|
checked: '使能串口心跳包',//使能串口心跳包
|
||||||
|
enable:'启用',
|
||||||
rules: {
|
rules: {
|
||||||
dkpz_btl: "请选择波特率",
|
dkpz_btl: "请选择波特率",
|
||||||
dkpz_sjw: "请选择数据位",
|
dkpz_sjw: "请选择数据位",
|
||||||
|
@ -404,7 +417,43 @@ export default {
|
||||||
dkpz_dbcd: "请输入打包长度",
|
dkpz_dbcd: "请输入打包长度",
|
||||||
dkpz_dbsj: "请输入打包时间",
|
dkpz_dbsj: "请输入打包时间",
|
||||||
dkpz_tbbtl: "请选择同步波特率",//请选择同步波特率
|
dkpz_tbbtl: "请选择同步波特率",//请选择同步波特率
|
||||||
}
|
},
|
||||||
|
datas:[
|
||||||
|
{
|
||||||
|
name: "端口",
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
name: "端口1",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "端口2",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "端口3",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "端口4",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "网页转串口",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
checkBitList:[
|
||||||
|
{
|
||||||
|
label:'无校验(None)',
|
||||||
|
value:'无校验(None)'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label:'奇校验',
|
||||||
|
value:'奇校验'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label:'偶校验',
|
||||||
|
value:'偶校验'
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
//485towifi-串口及网络协议设置
|
//485towifi-串口及网络协议设置
|
||||||
toWifi: {
|
toWifi: {
|
||||||
|
@ -423,6 +472,20 @@ export default {
|
||||||
customPacket: '自定义心跳包',//自定义心跳包
|
customPacket: '自定义心跳包',//自定义心跳包
|
||||||
socketFunction: '套接字分发功能',//套接字分发功能
|
socketFunction: '套接字分发功能',//套接字分发功能
|
||||||
Note: '注意:开启后,模块主动向服务器发送注册包,此功能用于辨识设备。模块建立时发送注册包,每次发送数据时发送注册包',
|
Note: '注意:开启后,模块主动向服务器发送注册包,此功能用于辨识设备。模块建立时发送注册包,每次发送数据时发送注册包',
|
||||||
|
checkBitList:[
|
||||||
|
{
|
||||||
|
label:'无校验(None)',
|
||||||
|
value:'无校验(None)'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label:'奇校验',
|
||||||
|
value:'奇校验'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label:'偶校验',
|
||||||
|
value:'偶校验'
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
// 串口服务器-485towifi-网口配置
|
// 串口服务器-485towifi-网口配置
|
||||||
cknet: {
|
cknet: {
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
import agreement from './json/agreement.json'
|
import agreement from './json/agreement.json'
|
||||||
|
|
||||||
export default{
|
export default {
|
||||||
lan:'LAN mouth',//LAN口
|
lan: 'LAN mouth',//LAN口
|
||||||
wan:'WAN mouth',//WAN口
|
wan: 'WAN mouth',//WAN口
|
||||||
required:'required',//必选
|
required: 'required',//必选
|
||||||
open:'open',//开启
|
open: 'open',//开启
|
||||||
close:'close',//关闭
|
close: 'close',//关闭
|
||||||
valid:' valid ',//有效
|
valid: ' valid ',//有效
|
||||||
Please:'Please enter the',//请输入
|
Please: 'Please enter the',//请输入
|
||||||
select:'Please select',//请选择
|
select: 'Please select',//请选择
|
||||||
gateway:' gateway',//网关
|
gateway: ' gateway',//网关
|
||||||
save: 'Save',//保存
|
save: 'Save',//保存
|
||||||
cancel: 'Cancel',//取消
|
cancel: 'Cancel',//取消
|
||||||
confirm: 'Confirm',//确定
|
confirm: 'Confirm',//确定
|
||||||
addChannel: 'Create channel',//新增通道
|
addChannel: 'Create channel',//新增通道
|
||||||
addDevice:'Create device',//新建设备
|
addDevice: 'Create device',//新建设备
|
||||||
del:'Del',//删除
|
del: 'Del',//删除
|
||||||
edit:'Edit',//编辑
|
edit: 'Edit',//编辑
|
||||||
put:'Put it way',//收起
|
put: 'Put it way',//收起
|
||||||
// DB/斥候-ip配置有线网关
|
// DB/斥候-ip配置有线网关
|
||||||
wiredgatewayip: {
|
wiredgatewayip: {
|
||||||
title: 'IP configuration',//标题
|
title: 'IP configuration',//标题
|
||||||
|
@ -30,10 +30,10 @@ export default{
|
||||||
DNS2: 'Alternative DNS:',//备选dns
|
DNS2: 'Alternative DNS:',//备选dns
|
||||||
MAC: 'MAC address',//MAC地址
|
MAC: 'MAC address',//MAC地址
|
||||||
copy: 'copy',//拷贝
|
copy: 'copy',//拷贝
|
||||||
DNS:'DNS',//DNS
|
DNS: 'DNS',//DNS
|
||||||
networkType:'Network type:',//网络类型
|
networkType: 'Network type:',//网络类型
|
||||||
gateWay:'Gateway:',//网关
|
gateWay: 'Gateway:',//网关
|
||||||
staticIP:'Static IP',//静态IP
|
staticIP: 'Static IP',//静态IP
|
||||||
// 校验
|
// 校验
|
||||||
rules: {
|
rules: {
|
||||||
ippz_wllx: 'Please enter the network type',//请输入网络类型
|
ippz_wllx: 'Please enter the network type',//请输入网络类型
|
||||||
|
@ -60,8 +60,8 @@ export default{
|
||||||
title: 'IP configuration',//标题
|
title: 'IP configuration',//标题
|
||||||
prompt: 'Attention: This page involves troubleshooting, please check and modify the default values',//提示
|
prompt: 'Attention: This page involves troubleshooting, please check and modify the default values',//提示
|
||||||
SSID: 'SSID:', //SSID
|
SSID: 'SSID:', //SSID
|
||||||
clientSSID:'Client SSID:',//客户端SSID
|
clientSSID: 'Client SSID:',//客户端SSID
|
||||||
certificationMethod:'Certification method:',//认证方式-
|
certificationMethod: 'Certification method:',//认证方式-
|
||||||
password: 'password:',//密码
|
password: 'password:',//密码
|
||||||
SubnetMask: 'Subnet Mask:',//子网掩码
|
SubnetMask: 'Subnet Mask:',//子网掩码
|
||||||
IP: 'IP address:',//ip地址
|
IP: 'IP address:',//ip地址
|
||||||
|
@ -70,25 +70,51 @@ export default{
|
||||||
DNS2: 'Alternative DNS:',//备选dns
|
DNS2: 'Alternative DNS:',//备选dns
|
||||||
MAC: 'MAC address:',//MAC地址
|
MAC: 'MAC address:',//MAC地址
|
||||||
copy: 'copy',//拷贝
|
copy: 'copy',//拷贝
|
||||||
encryptionMethod:'Encryption method:',//加密方式
|
encryptionMethod: 'Encryption method:',//加密方式
|
||||||
method: 'Networking methods:',//方式
|
method: 'Networking methods:',//方式
|
||||||
Wired: 'Wired',//有线
|
Wired: 'Wired',//有线
|
||||||
WIFI: 'WiFi',//无线
|
WIFI: 'WiFi',//无线
|
||||||
rules:{
|
rules: {
|
||||||
ippz_zwym: 'Please enter a subnet mask', //请输入子网掩码
|
ippz_zwym: 'Please enter a subnet mask', //请输入子网掩码
|
||||||
ippz_zwym1:'Please enter a valid subnet mask',//请输入有效子网掩码
|
ippz_zwym1: 'Please enter a valid subnet mask',//请输入有效子网掩码
|
||||||
ippz_ip:'Please enter a IP address',//请输入IP地址
|
ippz_ip: 'Please enter a IP address',//请输入IP地址
|
||||||
ippz_ip1:'Please enter a valid IP address',//请输入有效IP地址
|
ippz_ip1: 'Please enter a valid IP address',//请输入有效IP地址
|
||||||
ippz_mrwg: 'Please enter a default gateway',//请输入的网关地址
|
ippz_mrwg: 'Please enter a default gateway',//请输入的网关地址
|
||||||
ippz_mrwg1: 'Please enter a valid default gateway',//请输入有效的网关地址
|
ippz_mrwg1: 'Please enter a valid default gateway',//请输入有效的网关地址
|
||||||
ippz_dns_sx:'Please enter a preferred DNS server address',//请输入的主DNS服务器地址
|
ippz_dns_sx: 'Please enter a preferred DNS server address',//请输入的主DNS服务器地址
|
||||||
ippz_dns_sx1:'Please enter a valid preferred DNS server address',//请输入有效的主DNS服务器地址
|
ippz_dns_sx1: 'Please enter a valid preferred DNS server address',//请输入有效的主DNS服务器地址
|
||||||
ippz_dns_by: 'Please enter a alternative DNS server address',//请输入备用的服务器地址
|
ippz_dns_by: 'Please enter a alternative DNS server address',//请输入备用的服务器地址
|
||||||
ippz_dns_by1: 'Please enter a valid alternative DNS server address',
|
ippz_dns_by1: 'Please enter a valid alternative DNS server address',
|
||||||
ippz_mac:"Please enter the MAC address",//请输入mac地址
|
ippz_mac: "Please enter the MAC address",//请输入mac地址
|
||||||
ippz_wifi_ssid:"Please enter the SSID", //请输入SSID
|
ippz_wifi_ssid: "Please enter the SSID", //请输入SSID
|
||||||
ippz_wifi_mm:"Please enter the password",//请输入密码
|
ippz_wifi_mm: "Please enter the password",//请输入密码
|
||||||
}
|
},
|
||||||
|
options1: [
|
||||||
|
{
|
||||||
|
value: "Open",
|
||||||
|
label: "Open",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "Shared",
|
||||||
|
label: "Shared",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "WPA-PSK",
|
||||||
|
label: "WPA-PSK",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "WPA",
|
||||||
|
label: "WPA",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "WPA2-PSK",
|
||||||
|
label: "WPA2-PSK",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "WPA2",
|
||||||
|
label: "WPA2",
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
// DB/斥候-网关配置
|
// DB/斥候-网关配置
|
||||||
dbcollectiongate: {
|
dbcollectiongate: {
|
||||||
|
@ -111,7 +137,7 @@ export default{
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
// 斥候有线工业网关-数据采集配置-网关配置
|
// 斥候有线工业网关-数据采集配置-网关配置
|
||||||
options2:[
|
options2: [
|
||||||
{
|
{
|
||||||
value: "Wired area gateway2", //有线区网关
|
value: "Wired area gateway2", //有线区网关
|
||||||
label: "Wired area gateway2",
|
label: "Wired area gateway2",
|
||||||
|
@ -123,20 +149,20 @@ export default{
|
||||||
],
|
],
|
||||||
options3: [
|
options3: [
|
||||||
{
|
{
|
||||||
value: "loT Lite gateway" ,
|
value: "loT Lite gateway",
|
||||||
label: "loT Lite gateway" ,
|
label: "loT Lite gateway",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "MODBUS gateway" ,
|
value: "MODBUS gateway",
|
||||||
label: "MODBUS gateway" ,
|
label: "MODBUS gateway",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "BACNET gateway" ,
|
value: "BACNET gateway",
|
||||||
label: "BACNET gateway" ,
|
label: "BACNET gateway",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "OPC UA gateway",
|
value: "OPC UA gateway",
|
||||||
label: "OPC UA gateway" ,
|
label: "OPC UA gateway",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "OPC DA gateway",
|
value: "OPC DA gateway",
|
||||||
|
@ -149,9 +175,9 @@ export default{
|
||||||
],
|
],
|
||||||
// 校验
|
// 校验
|
||||||
rules: {
|
rules: {
|
||||||
wgpz_wgmc:'Please select gateway name',//请选择网关名称
|
wgpz_wgmc: 'Please select gateway name',//请选择网关名称
|
||||||
wgpz_wgid:'Please select gateway ID',//请选择网关ID
|
wgpz_wgid: 'Please select gateway ID',//请选择网关ID
|
||||||
wgpz_wglx:'Please select gateway type',//请选择网关类型
|
wgpz_wglx: 'Please select gateway type',//请选择网关类型
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
@ -178,7 +204,7 @@ export default{
|
||||||
dataBits: 'Data bits:',// 数据位
|
dataBits: 'Data bits:',// 数据位
|
||||||
stopBit: 'Stop bit:',// 停止位
|
stopBit: 'Stop bit:',// 停止位
|
||||||
parityCheck: 'Parity check:',// 奇偶校验
|
parityCheck: 'Parity check:',// 奇偶校验
|
||||||
options:[
|
options: [
|
||||||
{
|
{
|
||||||
value: "Ethernet port",
|
value: "Ethernet port",
|
||||||
label: "Ethernet port",
|
label: "Ethernet port",
|
||||||
|
@ -198,34 +224,34 @@ export default{
|
||||||
label: "Wireless area channel1",
|
label: "Wireless area channel1",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
rules:{
|
rules: {
|
||||||
tdpz_tdmc:'Please enter the channel name',//请输入通道名称
|
tdpz_tdmc: 'Please enter the channel name',//请输入通道名称
|
||||||
tdpz_td:'Please enter the channel',//请输入通道
|
tdpz_td: 'Please enter the channel',//请输入通道
|
||||||
tdpz_qdmc: 'Please enter the driver name',//请输入驱动名称
|
tdpz_qdmc: 'Please enter the driver name',//请输入驱动名称
|
||||||
tdpz_ip: 'Please enter a IP address',//请输入IP地址
|
tdpz_ip: 'Please enter a IP address',//请输入IP地址
|
||||||
ip2:'Please enter a valid IP address',//请输入有效的IP地址
|
ip2: 'Please enter a valid IP address',//请输入有效的IP地址
|
||||||
tdpz_port:'Please enter the port number',//请输入端口号
|
tdpz_port: 'Please enter the port number',//请输入端口号
|
||||||
tdpz_cssj:'Please enter the over time(ms)',//请输入超出时间
|
tdpz_cssj: 'Please enter the over time(ms)',//请输入超出时间
|
||||||
tdpz_jgsj:'Please enter the interval time(ms)',//请输入间隔时间
|
tdpz_jgsj: 'Please enter the interval time(ms)',//请输入间隔时间
|
||||||
tdpz_lxsj: 'Please enter the poll time(ms)',//请输入轮询时间
|
tdpz_lxsj: 'Please enter the poll time(ms)',//请输入轮询时间
|
||||||
tdpz_cfcs:'Please enter the retry count(ms)',//请输入重复次数
|
tdpz_cfcs: 'Please enter the retry count(ms)',//请输入重复次数
|
||||||
tdpz_chuankou:'Please enter the Serial port number',//请输入串口号
|
tdpz_chuankou: 'Please enter the Serial port number',//请输入串口号
|
||||||
tdpz_btl: 'Please enter the baud rate',//请输入波特率
|
tdpz_btl: 'Please enter the baud rate',//请输入波特率
|
||||||
tdpz_tzw:'Please enter the stop bit',//请输入停止位
|
tdpz_tzw: 'Please enter the stop bit',//请输入停止位
|
||||||
tdpz_sjw: 'Please enter the data bits',//请输入数据位
|
tdpz_sjw: 'Please enter the data bits',//请输入数据位
|
||||||
tdpz_jojy: 'Please enter the parity check',//请输入奇偶校验
|
tdpz_jojy: 'Please enter the parity check',//请输入奇偶校验
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// DB-设备配置
|
// DB-设备配置
|
||||||
configuration:{
|
configuration: {
|
||||||
deviceProperties:'Device Properties',//设备属性
|
deviceProperties: 'Device Properties',//设备属性
|
||||||
deviceID:'Device ID:',//设备ID
|
deviceID: 'Device ID:',//设备ID
|
||||||
deviceName:'Device name:',//设备名称
|
deviceName: 'Device name:',//设备名称
|
||||||
MACAddress:'MAC address:',//MAC地址
|
MACAddress: 'MAC address:',//MAC地址
|
||||||
deviceAddress:'Device address:',//设备地址
|
deviceAddress: 'Device address:',//设备地址
|
||||||
disableDevice:'Disable device',//禁用地址
|
disableDevice: 'Disable device',//禁用地址
|
||||||
addressSelection:'Base address selection',//基地址选择
|
addressSelection: 'Base address selection',//基地址选择
|
||||||
options1:[
|
options1: [
|
||||||
{
|
{
|
||||||
value: "Wired area processing equipment 1",//有线区加工设备1
|
value: "Wired area processing equipment 1",//有线区加工设备1
|
||||||
label: "Wired area processing equipment 1",
|
label: "Wired area processing equipment 1",
|
||||||
|
@ -235,7 +261,7 @@ export default{
|
||||||
label: "Wireless area processing equipment 1",
|
label: "Wireless area processing equipment 1",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
options2:[
|
options2: [
|
||||||
{
|
{
|
||||||
value: "Wired area precision carving equipment 1",//有线区精雕1
|
value: "Wired area precision carving equipment 1",//有线区精雕1
|
||||||
label: "Wired area precision carving equipment 1",
|
label: "Wired area precision carving equipment 1",
|
||||||
|
@ -246,24 +272,24 @@ export default{
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
// 校验
|
// 校验
|
||||||
rules:{
|
rules: {
|
||||||
sbpz_sbid:'Please enter the device ID',//请输入设备ID
|
sbpz_sbid: 'Please enter the device ID',//请输入设备ID
|
||||||
sbpz_sbmc:'Please enter the device name',//请输入设备名称
|
sbpz_sbmc: 'Please enter the device name',//请输入设备名称
|
||||||
sbpz_mac:'Please enter the MAC address',//请输入设备地址
|
sbpz_mac: 'Please enter the MAC address',//请输入设备地址
|
||||||
sbpz_sbdz:'Please enter the MAC address'
|
sbpz_sbdz: 'Please enter the MAC address'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// DB/斥候-数据采集
|
// DB/斥候-数据采集
|
||||||
dbcollect:{
|
dbcollect: {
|
||||||
TagID:'TagID',//TagID
|
TagID: 'TagID',//TagID
|
||||||
name:'name',//名字
|
name: 'name',//名字
|
||||||
dataArea:'Data area',//数据区
|
dataArea: 'Data area',//数据区
|
||||||
registerAddress:'Register address (base 10)',//寄存地址(十进制)
|
registerAddress: 'Register address (base 10)',//寄存地址(十进制)
|
||||||
type:'Data collection type',//采集数据类型
|
type: 'Data collection type',//采集数据类型
|
||||||
byteOrder:'Byte order',//字节序
|
byteOrder: 'Byte order',//字节序
|
||||||
readWrite:'Read Write Properties',//读写属性
|
readWrite: 'Read Write Properties',//读写属性
|
||||||
Multiplier:'Multiplier',//倍率
|
Multiplier: 'Multiplier',//倍率
|
||||||
uploadMode:'Upload mode',//上传模式
|
uploadMode: 'Upload mode',//上传模式
|
||||||
options7: [
|
options7: [
|
||||||
{
|
{
|
||||||
value: "Reading and writing",//读写
|
value: "Reading and writing",//读写
|
||||||
|
@ -280,184 +306,258 @@ export default{
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
//DB-mqtt数据采集点
|
//DB-mqtt数据采集点
|
||||||
mqttClient:{
|
mqttClient: {
|
||||||
enable:'Enable',//启动
|
enable: 'Enable',//启动
|
||||||
serverIp:'Server IP:',//服务器IP
|
serverIp: 'Server IP:',//服务器IP
|
||||||
port:'Port:',//端口号
|
port: 'Port:',//端口号
|
||||||
gatewaySN:'Gateway SN number:',//网关sn号
|
gatewaySN: 'Gateway SN number:',//网关sn号
|
||||||
realTimePublish:'The theme of real-time data publishing',//实时数据发布的主题
|
realTimePublish: 'The theme of real-time data publishing',//实时数据发布的主题
|
||||||
uploadMode:'Upload mode:',//上传模式
|
uploadMode: 'Upload mode:',//上传模式
|
||||||
uploadCycle:'Upload cycle(s):',//上传周期
|
uploadCycle: 'Upload cycle(s):',//上传周期
|
||||||
dataFilter:'Data filtering:',//数据过滤
|
dataFilter: 'Data filtering:',//数据过滤
|
||||||
oneCheck:'Value change',//值改变
|
oneCheck: 'Value change',//值改变
|
||||||
twoCheck:'Collecting achievement',//采集成功
|
twoCheck: 'Collecting achievement',//采集成功
|
||||||
threeCheck:'Timestamp change',//时间戳改变
|
threeCheck: 'Timestamp change',//时间戳改变
|
||||||
deviceName:'Device name',//设备名称
|
deviceName: 'Device name',//设备名称
|
||||||
rules:{
|
rules: {
|
||||||
mqtt_port:"Please enter the port",//请输入端口
|
mqtt_port: "Please enter the port",//请输入端口
|
||||||
mqtt_wgsn:"Please enter the server IP",//请输入网关ID
|
mqtt_wgsn: "Please enter the server IP",//请输入网关ID
|
||||||
mqtt_sssjfbzt: "Please enter the publishing",//请输入主题
|
mqtt_sssjfbzt: "Please enter the publishing",//请输入主题
|
||||||
mqtt_scms:"Please enter the upload mode",//请输入上传模式
|
mqtt_scms: "Please enter the upload mode",//请输入上传模式
|
||||||
mqtt_sczq: "Please enter the upload cycle(s)",//请输入上传周期
|
mqtt_sczq: "Please enter the upload cycle(s)",//请输入上传周期
|
||||||
mqtt_sjgl: "Please enter the data filtering",//请输入数据过滤
|
mqtt_sjgl: "Please enter the data filtering",//请输入数据过滤
|
||||||
ip1: 'Please enter a IP address',//请输入IP地址
|
ip1: 'Please enter a IP address',//请输入IP地址
|
||||||
ip2:'Please enter a valid IP address',//请输入有效的IP地址
|
ip2: 'Please enter a valid IP address',//请输入有效的IP地址
|
||||||
}
|
},
|
||||||
|
options2: [
|
||||||
|
{
|
||||||
|
value: "Periodic upload",
|
||||||
|
label: "Periodic upload",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "Upload on the hoaur",
|
||||||
|
label: "Upload on the hoaur",
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
// 斥候设备配置
|
// 斥候设备配置
|
||||||
reconnoitreConfiguration:{
|
reconnoitreConfiguration: {
|
||||||
edit:'Edit device',//编辑设备
|
edit: 'Edit device',//编辑设备
|
||||||
title:'Create device',//新建设备
|
title: 'Create device',//新建设备
|
||||||
name:'Device name:',//设备名称
|
name: 'Device name:',//设备名称
|
||||||
controllerProtocol:'Controller Protocol:',//控制器协议
|
controllerProtocol: 'Controller Protocol:',//控制器协议
|
||||||
IPAddress:'IP address:',//IP地址
|
IPAddress: 'IP address:',//IP地址
|
||||||
portNumber:'Port Number:',//端口号
|
portNumber: 'Port Number:',//端口号
|
||||||
slaveAddress:'Slave address:',//从站地址
|
slaveAddress: 'Slave address:',//从站地址
|
||||||
pollTime:'poll Time(s):',//轮询周期(s)
|
pollTime: 'poll Time(s):',//轮询周期(s)
|
||||||
params:'Advanced parameters',//高级参数
|
params: 'Advanced parameters',//高级参数
|
||||||
agreementName: 'Protocol selection',//协议选择
|
agreementName: 'Protocol selection',//协议选择
|
||||||
millisecond:'Enable millisecond collection:',//启用毫秒采集
|
millisecond: 'Enable millisecond collection:',//启用毫秒采集
|
||||||
batch:'Enable batch collection:',//启用批量采集
|
batch: 'Enable batch collection:',//启用批量采集
|
||||||
maxBatch:'Maximum batch collection quantity:',//最大批量采集数
|
maxBatch: 'Maximum batch collection quantity:',//最大批量采集数
|
||||||
onChangData:'Periodic reporting of Onchange data:',//周期上报OnChange数据
|
onChangData: 'Periodic reporting of Onchange data:',//周期上报OnChange数据
|
||||||
overTime:'Collection overtime(ms):',//采集超过时间(ms)
|
overTime: 'Collection overtime(ms):',//采集超过时间(ms)
|
||||||
intervalTime:'Communication time interval(ms):',//通讯事件间隔(ms)
|
intervalTime: 'Communication time interval(ms):',//通讯事件间隔(ms)
|
||||||
writeFunction1:'Write function code to coil register:',//线圈寄存器写入功能码
|
writeFunction1: 'Write function code to coil register:',//线圈寄存器写入功能码
|
||||||
writeFunction2:'Keep Register Write Function Code:',//保持寄存器写入功能码
|
writeFunction2: 'Keep Register Write Function Code:',//保持寄存器写入功能码
|
||||||
// 校验提示码
|
// 校验提示码
|
||||||
rules:{
|
rules: {
|
||||||
sbpz_sbmc: "Please enter the channel name",//请输入通道名称
|
sbpz_sbmc: "Please enter the channel name",//请输入通道名称
|
||||||
sbpz_kzqxy:"Please enter the Controller Protocol",//请输入控制协议
|
sbpz_kzqxy: "Please enter the Controller Protocol",//请输入控制协议
|
||||||
sbpz_ip: 'Please enter a IP address',//请输入IP地址
|
sbpz_ip: 'Please enter a IP address',//请输入IP地址
|
||||||
sbpz_ip1: 'Please enter a valid IP address',//请输入IP地址
|
sbpz_ip1: 'Please enter a valid IP address',//请输入IP地址
|
||||||
sbpz_czdz: "Please enter the slave address",//请输入从站地址
|
sbpz_czdz: "Please enter the slave address",//请输入从站地址
|
||||||
sbpz_port:"Please enter the port number",//请输入端口号
|
sbpz_port: "Please enter the port number",//请输入端口号
|
||||||
sbpz_lxzq:"Please enter the poll Time(s)",//请输入轮询时间
|
sbpz_lxzq: "Please enter the poll Time(s)",//请输入轮询时间
|
||||||
sbpz_qyhmcj:"Use Enable millisecond collection",//启用毫秒采集
|
sbpz_qyhmcj: "Use Enable millisecond collection",//启用毫秒采集
|
||||||
sbpz_qyplcj:"Use Enable batch collection",//启用批量采集
|
sbpz_qyplcj: "Use Enable batch collection",//启用批量采集
|
||||||
sbpz_zdplcjs:"Please enter the maximum batch collection quantity",//请输入最大批量采集数
|
sbpz_zdplcjs: "Please enter the maximum batch collection quantity",//请输入最大批量采集数
|
||||||
sbpz_cjcgsj:"Please enter the collection overtime(ms)",//请输入采集超过时间
|
sbpz_cjcgsj: "Please enter the collection overtime(ms)",//请输入采集超过时间
|
||||||
sbpz_zqsbonchange:"周期上报Onchange数据",//周期上报Onchange数据
|
sbpz_zqsbonchange: "周期上报Onchange数据",//周期上报Onchange数据
|
||||||
sbpz_txsjjg: "Please enter the communication time interval(ms)",//请输入通讯时间间隔
|
sbpz_txsjjg: "Please enter the communication time interval(ms)",//请输入通讯时间间隔
|
||||||
}
|
},
|
||||||
|
options1: [
|
||||||
|
{
|
||||||
|
value: "Wired area precision carving equipment 2",
|
||||||
|
label: "Wired area precision carving equipment 2",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "Wireless area precision carving equipment 2",
|
||||||
|
label: "Wireless area precision carving equipment 2",
|
||||||
|
},
|
||||||
|
]
|
||||||
},
|
},
|
||||||
// 斥候网关mqtt
|
// 斥候网关mqtt
|
||||||
chmqtt:{
|
chmqtt: {
|
||||||
title:'Standard MQTT:',//标准mqtt
|
title: 'Standard MQTT:',//标准mqtt
|
||||||
enable:'Enable:',//启用
|
enable: 'Enable:',//启用
|
||||||
serveIp:'Serve IP:',//服务器ip
|
serveIp: 'Serve IP:',//服务器ip
|
||||||
GatewaySN:'Gateway SN number:',//网关SN
|
GatewaySN: 'Gateway SN number:',//网关SN
|
||||||
port:'Port:',//网口
|
port: 'Port:',//网口
|
||||||
realTimePublish:'The theme of real-time data publishing:',//实施数据发布主题
|
realTimePublish: 'The theme of real-time data publishing:',//实施数据发布主题
|
||||||
deviceName:'Device name',//设备名称
|
deviceName: 'Device name',//设备名称
|
||||||
release:'Information release',//信息发布
|
release: 'Information release',//信息发布
|
||||||
rules:{
|
rules: {
|
||||||
mqtt_ip:'Please enter a IP address',//请输入IP地址
|
mqtt_ip: 'Please enter a IP address',//请输入IP地址
|
||||||
mqtt_ip1:'Please enter a valid IP address',//请输入有效IP地址
|
mqtt_ip1: 'Please enter a valid IP address',//请输入有效IP地址
|
||||||
mqtt_wgsn:"Please enter gateway SN number",//请输入网关SN
|
mqtt_wgsn: "Please enter gateway SN number",//请输入网关SN
|
||||||
mqtt_port:"Please enter port",//请输入端口
|
mqtt_port: "Please enter port",//请输入端口
|
||||||
mqtt_keepalive:"Please enter keepAlive",//请输入KeepAlive
|
mqtt_keepalive: "Please enter keepAlive",//请输入KeepAlive
|
||||||
mqtt_publishing:"Please enter publishing",//请输入主题
|
mqtt_publishing: "Please enter publishing",//请输入主题
|
||||||
// mqtt_qos:"Please enter Gateway SN number",//请输入上传周期
|
// mqtt_qos:"Please enter Gateway SN number",//请输入上传周期
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
// 串口ip配置
|
// 串口ip配置
|
||||||
ckipconfig:{
|
ckipconfig: {
|
||||||
title:'IP configuration',//IP配置
|
title: 'IP configuration',//IP配置
|
||||||
prompt:'This page involves troubleshooting, please check and modify the default values',//本页面涉及排错,请检查修改默认值
|
prompt: 'This page involves troubleshooting, please check and modify the default values',//本页面涉及排错,请检查修改默认值
|
||||||
ipMethod:'IP acquisition method:',//IP获取方式
|
ipMethod: 'IP acquisition method:',//IP获取方式
|
||||||
getDNS:'DNS acquisition method:',//DNS获取方式
|
getDNS: 'DNS acquisition method:',//DNS获取方式
|
||||||
localIP:'Local IP:',//本地地址
|
localIP: 'Local IP:',//本地地址
|
||||||
mask:'Subnet Mask:',//子网掩码
|
mask: 'Subnet Mask:',//子网掩码
|
||||||
gateway:'Default gateway:',//网关地址
|
gateway: 'Default gateway:',//网关地址
|
||||||
primaryDNS:'Primary DNS server:',//主DNS服务器
|
primaryDNS: 'Primary DNS server:',//主DNS服务器
|
||||||
backupDNS:'Backup DNS server',//备用DNS服务器
|
backupDNS: 'Backup DNS server',//备用DNS服务器
|
||||||
rules:{
|
auto: 'Automatic acquisition(default)',//自动获取
|
||||||
ipMethod:'Please select IP acquisition method',//请选择IP获取方式
|
manual: 'Manual setting',//手动设定
|
||||||
getDNS:'Please select DNS acquisition method',//请选择DNS获取方式
|
rules: {
|
||||||
localIP:'Please enter the local IP',//请输入本地地址
|
ipMethod: 'Please select IP acquisition method',//请选择IP获取方式
|
||||||
localIP1:'Please enter the valid local IP',
|
getDNS: 'Please select DNS acquisition method',//请选择DNS获取方式
|
||||||
mask:'Please enter the subnet mask',//请输入子网掩码
|
localIP: 'Please enter the local IP',//请输入本地地址
|
||||||
mask1:'Please enter the valid subnet mask',
|
localIP1: 'Please enter the valid local IP',
|
||||||
gateway:'Please enter the Default gateway',//请输入网关地址
|
mask: 'Please enter the subnet mask',//请输入子网掩码
|
||||||
gateway1:'Please enter the valid Default gateway',
|
mask1: 'Please enter the valid subnet mask',
|
||||||
primaryDNS:'Please enter the Primary DNS server',//请输入主DNS服务器
|
gateway: 'Please enter the Default gateway',//请输入网关地址
|
||||||
primaryDNS1:'Please enter the valid the Primary DNS server',
|
gateway1: 'Please enter the valid Default gateway',
|
||||||
backupDNS:'Please enter the Backup DNS server',//请输入备用DNS服务器
|
primaryDNS: 'Please enter the Primary DNS server',//请输入主DNS服务器
|
||||||
backupDNS1:'Please enter the valid Backup DNS server'
|
primaryDNS1: 'Please enter the valid the Primary DNS server',
|
||||||
|
backupDNS: 'Please enter the Backup DNS server',//请输入备用DNS服务器
|
||||||
|
backupDNS1: 'Please enter the valid Backup DNS server'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 串口端口配置
|
// 串口端口配置
|
||||||
ckportconfig:{
|
ckportconfig: {
|
||||||
title:'Port configuration',//端口配置
|
title: 'Port configuration',//端口配置
|
||||||
baudRate:'Baud rate(bps):',//波特率(bps)
|
baudRate: 'Baud rate(bps):',//波特率(bps)
|
||||||
dataBits:'Data bits(bit):',//数据位(bit)
|
dataBits: 'Data bits(bit):',//数据位(bit)
|
||||||
checkBit:'Check bit:',//校验位
|
checkBit: 'Check bit:',//校验位
|
||||||
stopBit:'Stop bit',//停止位
|
stopBit: 'Stop bit',//停止位
|
||||||
controlMode:'Flow control mode',//流控模式
|
controlMode: 'Flow control mode',//流控模式
|
||||||
packagingLength:'Packaging length(bytes)',//打包长度
|
packagingLength: 'Packaging length(bytes)',//打包长度
|
||||||
packagingTime:'Packaging time(ms)',//打包时长
|
packagingTime: 'Packaging time(ms)',//打包时长
|
||||||
synBaudRate:'Synchronous Baud Rate(RF2217)',//同步波特率
|
synBaudRate: 'Synchronous Baud Rate(RF2217)',//同步波特率
|
||||||
checked:'Enable serial heartbeat packet',//使能串口心跳包
|
checked: 'Enable serial heartbeat packet',//使能串口心跳包
|
||||||
rules:{
|
enable:'Enable',//启用
|
||||||
dkpz_btl:"Please select Baud rate(bps)",
|
rules: {
|
||||||
dkpz_sjw:"Please select Data bits(bit)",
|
dkpz_btl: "Please select Baud rate(bps)",
|
||||||
dkpz_tzw:"Please select Stop bit",
|
dkpz_sjw: "Please select Data bits(bit)",
|
||||||
dkpz_jyw:"Please select Check bit",
|
dkpz_tzw: "Please select Stop bit",
|
||||||
|
dkpz_jyw: "Please select Check bit",
|
||||||
dkpz_lkms: "Please select Flow control mode",
|
dkpz_lkms: "Please select Flow control mode",
|
||||||
dkpz_dbcd:"Please select Packaging length(bytes)",
|
dkpz_dbcd: "Please select Packaging length(bytes)",
|
||||||
dkpz_dbsj: "Please select packagingTime",
|
dkpz_dbsj: "Please select packagingTime",
|
||||||
dkpz_tbbtl:"Please select Synchronous Baud Rate(RF2217)",//请选择同步波特率
|
dkpz_tbbtl: "Please select Synchronous Baud Rate(RF2217)",//请选择同步波特率
|
||||||
}
|
},
|
||||||
|
checkBitList: [
|
||||||
|
{
|
||||||
|
label: 'None',
|
||||||
|
value: 'None'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Odd check',
|
||||||
|
value: 'Odd check'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Parity check',
|
||||||
|
value: 'Parity check'
|
||||||
|
}
|
||||||
|
],
|
||||||
|
datas: [
|
||||||
|
{
|
||||||
|
name: "Port",
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
name: "Port 1",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Port 2",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Port 3",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Port 4",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Web page to serial port",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
},
|
},
|
||||||
//485towifi-串口及网络协议设置
|
//485towifi-串口及网络协议设置
|
||||||
toWifi:{
|
toWifi: {
|
||||||
title:'Serial port and network protocol configuration',//串口及网络协议设置
|
title: 'Serial port and network protocol configuration',//串口及网络协议设置
|
||||||
parameter:'Serial port parameter settings',//串口参数设置
|
parameter: 'Serial port parameter settings',//串口参数设置
|
||||||
baudRate:'Baud rate(bps):',//波特率(bps):
|
baudRate: 'Baud rate(bps):',//波特率(bps):
|
||||||
dataBit:'Data bits(bit)',//数据位(bit):
|
dataBit: 'Data bits(bit)',//数据位(bit):
|
||||||
checkBit:'Check bit:',//检验位:
|
checkBit: 'Check bit:',//检验位:
|
||||||
stopBit:'Stop bit:',//停止位
|
stopBit: 'Stop bit:',//停止位
|
||||||
controlMode:'Flow control mode:',//流控:
|
controlMode: 'Flow control mode:',//流控:
|
||||||
function:'485 Function:',//485功能:
|
function: '485 Function:',//485功能:
|
||||||
adaptiveBaudRate:'Adaptive baud rate(similar to RFC2117):',//自适应波特率(类RFC2117)
|
adaptiveBaudRate: 'Adaptive baud rate(similar to RFC2117):',//自适应波特率(类RFC2117)
|
||||||
other:'Other settings',//其他设置
|
other: 'Other settings',//其他设置
|
||||||
portAuto:'Serial port automatic framing',//串口自动成频:
|
portAuto: 'Serial port automatic framing',//串口自动成频:
|
||||||
packageType:'Registration package type',//注册包类型
|
packageType: 'Registration package type',//注册包类型
|
||||||
customPacket:'Custom heartbeat packet',//自定义心跳包
|
customPacket: 'Custom heartbeat packet',//自定义心跳包
|
||||||
socketFunction:'Socket distribution function',//套接字分发功能
|
socketFunction: 'Socket distribution function',//套接字分发功能
|
||||||
Note:'Note:After activation, the module actively sends a registration package to the server, which is used to identify the device.First: Send registration package when module is established,every: Send registration package every time data is sent'
|
Note: 'Note:After activation, the module actively sends a registration package to the server, which is used to identify the device.First: Send registration package when module is established,every: Send registration package every time data is sent',
|
||||||
|
checkBitList: [
|
||||||
|
{
|
||||||
|
label: 'None',
|
||||||
|
value: 'None'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Odd check',
|
||||||
|
value: 'Odd check'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Parity check',
|
||||||
|
value: 'Parity check'
|
||||||
|
}
|
||||||
|
],
|
||||||
},
|
},
|
||||||
// 串口服务器-485towifi-网口配置
|
// 串口服务器-485towifi-网口配置
|
||||||
cknet:{
|
cknet: {
|
||||||
title:'Network port configuration',//网口设置
|
title: 'Network port configuration',//网口设置
|
||||||
Ethernet:'Ethernet functionality',//以太网功能
|
Ethernet: 'Ethernet functionality',//以太网功能
|
||||||
openNetworkPort:'Open network port:',//开启网口
|
openNetworkPort: 'Open network port:',//开启网口
|
||||||
workingMode:'Network port working mode:',//网口工作方式
|
workingMode: 'Network port working mode:',//网口工作方式
|
||||||
networkModeSetting:'Network port mode settings',//网口模式设置
|
networkModeSetting: 'Network port mode settings',//网口模式设置
|
||||||
networkMode:'Network port mode:',//网口模式
|
networkMode: 'Network port mode:',//网口模式
|
||||||
},
|
},
|
||||||
// 串口服务器-485towifi-无线配置
|
// 串口服务器-485towifi-无线配置
|
||||||
ckwireless:{
|
ckwireless: {
|
||||||
title:'Wireless configuration',//无线设置
|
title: 'Wireless configuration',//无线设置
|
||||||
networkName:'Network name:',//网络名称
|
networkName: 'Network name:',//网络名称
|
||||||
workingMode:'Working mode:',//工作方式
|
workingMode: 'Working mode:',//工作方式
|
||||||
encryptionMode:'Encryption mode:',//加密方式
|
encryptionMode: 'Encryption mode:',//加密方式
|
||||||
encryptionAlgorithm:'Encryption algorithm:',//加密算法
|
encryptionAlgorithm: 'Encryption algorithm:',//加密算法
|
||||||
password:'Password:',//密码
|
password: 'Password:',//密码
|
||||||
mode:'mode',//模式
|
mode: 'mode',//模式
|
||||||
Wireless:'Wireless Zone Wireless Network',//无线区无线网
|
Wireless: 'Wireless Zone Wireless Network',//无线区无线网
|
||||||
WirelessName:'Wireless Network Name',//无线网名称
|
WirelessName: 'Wireless Network Name',//无线网名称
|
||||||
},
|
},
|
||||||
//工业网闸配置-网络管理
|
//工业网闸配置-网络管理
|
||||||
networkmanagement:{
|
networkmanagement: {
|
||||||
management:'Network management',//网络管理
|
management: 'Network management',//网络管理
|
||||||
prompt:'This page involves troubleshooting, please check and modify the default values',//本页面涉及排错,请检查修改默认值
|
prompt: 'This page involves troubleshooting, please check and modify the default values',//本页面涉及排错,请检查修改默认值
|
||||||
internalNetworkCard:'Internal network card',//内网网卡
|
internalNetworkCard: 'Internal network card',//内网网卡
|
||||||
networkCardName:'Network card name',//网卡名称
|
networkCardName: 'Network card name',//网卡名称
|
||||||
IPV4Address:'IPV4 address',//IPV4地址
|
IPV4Address: 'IPV4 address',//IPV4地址
|
||||||
IPV4Mask:'IPV4 Mask',//IPV4掩码
|
IPV4Mask: 'IPV4 Mask',//IPV4掩码
|
||||||
options1: [
|
options1: [
|
||||||
{
|
{
|
||||||
label: "有线区网闸(内网)",
|
label: "有线区网闸(内网)",
|
||||||
|
@ -479,90 +579,90 @@ export default{
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
//工业网闸配置-对象管理
|
//工业网闸配置-对象管理
|
||||||
objmanagement:{
|
objmanagement: {
|
||||||
title:'Object management',//对象管理
|
title: 'Object management',//对象管理
|
||||||
createObject:'Create object',//新增对象
|
createObject: 'Create object',//新增对象
|
||||||
num:'num',//序号
|
num: 'num',//序号
|
||||||
objectName:'Object name',//对象名称
|
objectName: 'Object name',//对象名称
|
||||||
IPAddress:'IP address',//IP地址信息
|
IPAddress: 'IP address',//IP地址信息
|
||||||
Operation:'Operation',//操作
|
Operation: 'Operation',//操作
|
||||||
ipType:'IP type:',//IP类型:
|
ipType: 'IP type:',//IP类型:
|
||||||
|
|
||||||
},
|
},
|
||||||
// 工业网闸配置-策略管理
|
// 工业网闸配置-策略管理
|
||||||
strategyManagement:{
|
strategyManagement: {
|
||||||
title:'Strategy management',//策略管理
|
title: 'Strategy management',//策略管理
|
||||||
createStrategy:'Create strategy',//新增策略
|
createStrategy: 'Create strategy',//新增策略
|
||||||
num:'num',//序号
|
num: 'num',//序号
|
||||||
name:'name',//名称
|
name: 'name',//名称
|
||||||
Protocol:'Protocol',//协议
|
Protocol: 'Protocol',//协议
|
||||||
workingMode:'Working mode',//工作模式
|
workingMode: 'Working mode',//工作模式
|
||||||
sourceObject:'Source Object',//源对象
|
sourceObject: 'Source Object',//源对象
|
||||||
sourcePort:'Source Port',//源端口
|
sourcePort: 'Source Port',//源端口
|
||||||
entranceNetworkCard:'Entrance network card',//入口网卡
|
entranceNetworkCard: 'Entrance network card',//入口网卡
|
||||||
entranceIP:'Entrance IP',//入口IP
|
entranceIP: 'Entrance IP',//入口IP
|
||||||
entranceGateway:'Entrance gateway',//入口网关
|
entranceGateway: 'Entrance gateway',//入口网关
|
||||||
exportNetworkCard:'Export network card',//出口网卡
|
exportNetworkCard: 'Export network card',//出口网卡
|
||||||
exportIP:'Export IP',//出口IP
|
exportIP: 'Export IP',//出口IP
|
||||||
exportGateway:'Export gateway',//出口网关
|
exportGateway: 'Export gateway',//出口网关
|
||||||
targetObject:'Target object',//目的对象
|
targetObject: 'Target object',//目的对象
|
||||||
targetPort:'Target Port',//目的端口
|
targetPort: 'Target Port',//目的端口
|
||||||
Operation:'Operation',//操作
|
Operation: 'Operation',//操作
|
||||||
},
|
},
|
||||||
//工业网闸配置-策略管理-添加策略
|
//工业网闸配置-策略管理-添加策略
|
||||||
addstrategy:{
|
addstrategy: {
|
||||||
title:'Create strategy:',//添加策略
|
title: 'Create strategy:',//添加策略
|
||||||
name:'Name:',//名称
|
name: 'Name:',//名称
|
||||||
protocol:'protocol:',//协议
|
protocol: 'protocol:',//协议
|
||||||
workingMode:'Working mode:',//工作模式
|
workingMode: 'Working mode:',//工作模式
|
||||||
undefinedCommand:'Undefined command:',//未定义命令
|
undefinedCommand: 'Undefined command:',//未定义命令
|
||||||
sourceObject:'Source Object',//源对象
|
sourceObject: 'Source Object',//源对象
|
||||||
sourcePort:'Source Port',//源端口
|
sourcePort: 'Source Port',//源端口
|
||||||
targetObject:'Target object',//目的对象
|
targetObject: 'Target object',//目的对象
|
||||||
targetPort:'Target Port:',//目的端口
|
targetPort: 'Target Port:',//目的端口
|
||||||
entranceGateway:'Entrance gateway',//入口网关
|
entranceGateway: 'Entrance gateway',//入口网关
|
||||||
entranceNetworkCard:'Entrance network card',//入口网卡
|
entranceNetworkCard: 'Entrance network card',//入口网卡
|
||||||
entranceIP:'Entrance IP',//入口IP
|
entranceIP: 'Entrance IP',//入口IP
|
||||||
exportGateway:'Export gateway',//出口网关
|
exportGateway: 'Export gateway',//出口网关
|
||||||
exportNetworkCard:'Export network card',//出口网卡
|
exportNetworkCard: 'Export network card',//出口网卡
|
||||||
exportIP:'Export IP',//出口IP
|
exportIP: 'Export IP',//出口IP
|
||||||
recordLogs:'Record logs',//记录日志
|
recordLogs: 'Record logs',//记录日志
|
||||||
commandList:'Command list',//命令列表
|
commandList: 'Command list',//命令列表
|
||||||
createCommand:'Create command',//新增命令
|
createCommand: 'Create command',//新增命令
|
||||||
num:'num',//序号
|
num: 'num',//序号
|
||||||
command:'Command',//命令(功能码)
|
command: 'Command',//命令(功能码)
|
||||||
startingAddress:'Starting address',//起始地址
|
startingAddress: 'Starting address',//起始地址
|
||||||
addressLength:'Address length',//地址长度
|
addressLength: 'Address length',//地址长度
|
||||||
description:'Description',//描述
|
description: 'Description',//描述
|
||||||
action:'Action',//动作
|
action: 'Action',//动作
|
||||||
Operation:'Operation',//操作
|
Operation: 'Operation',//操作
|
||||||
deviceID:'Device ID',//设备ID
|
deviceID: 'Device ID',//设备ID
|
||||||
},
|
},
|
||||||
//网络优化-网关配置
|
//网络优化-网关配置
|
||||||
ntconfig:{
|
ntconfig: {
|
||||||
title:'Gateway Config',//网关配置
|
title: 'Gateway Config',//网关配置
|
||||||
createGateway:'Create gateway',//新建网关
|
createGateway: 'Create gateway',//新建网关
|
||||||
num:'num',//序号
|
num: 'num',//序号
|
||||||
gatewayId:'Gateway ID',//网关ID
|
gatewayId: 'Gateway ID',//网关ID
|
||||||
gatewayNumber:'Gateway number',//网关编号
|
gatewayNumber: 'Gateway number',//网关编号
|
||||||
gatewayName:'Gateway name',//网关名称
|
gatewayName: 'Gateway name',//网关名称
|
||||||
gatewayType:'Gateway type',//网关类型
|
gatewayType: 'Gateway type',//网关类型
|
||||||
details:'Details',//详细
|
details: 'Details',//详细
|
||||||
parameterConfiguration:'Parameter configuration',//参数配置
|
parameterConfiguration: 'Parameter configuration',//参数配置
|
||||||
check:'Check',//查看
|
check: 'Check',//查看
|
||||||
},
|
},
|
||||||
// 网络优化-网关维护
|
// 网络优化-网关维护
|
||||||
ntmaintenance:{
|
ntmaintenance: {
|
||||||
createParameter:'Create parameter',//新增参数
|
createParameter: 'Create parameter',//新增参数
|
||||||
num:'num',//'序号'
|
num: 'num',//'序号'
|
||||||
gatewaySNNumber:'Gateway SN number',//网关编号
|
gatewaySNNumber: 'Gateway SN number',//网关编号
|
||||||
parameterKey:'Parameter Key',//参数Key
|
parameterKey: 'Parameter Key',//参数Key
|
||||||
parameterName:'Parameter name',//参数名称
|
parameterName: 'Parameter name',//参数名称
|
||||||
decimalPlaces:'Decimal places',//小数位数
|
decimalPlaces: 'Decimal places',//小数位数
|
||||||
setValue:'Set value',//设定值
|
setValue: 'Set value',//设定值
|
||||||
deviationValue:'Deviation value',//偏差值
|
deviationValue: 'Deviation value',//偏差值
|
||||||
affiliatedGateway:'Affiliated gateway',//所属网关
|
affiliatedGateway: 'Affiliated gateway',//所属网关
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
|
@ -196,7 +196,12 @@ export default {
|
||||||
formData.append("data", JSON.stringify(data));
|
formData.append("data", JSON.stringify(data));
|
||||||
submitPracticeTopic(formData).then((res) => {
|
submitPracticeTopic(formData).then((res) => {
|
||||||
localStorage.removeItem("countdownEndTime");
|
localStorage.removeItem("countdownEndTime");
|
||||||
this.$router.push("/practiceSuccess?score=" + res.data.data.score+'&result_id='+res.data.data.result_id);
|
this.$router.push(
|
||||||
|
"/practiceSuccess?score=" +
|
||||||
|
res.data.data.score +
|
||||||
|
"&result_id=" +
|
||||||
|
res.data.data.result_id
|
||||||
|
);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
//答题卡数据获取
|
//答题卡数据获取
|
||||||
|
@ -259,6 +264,7 @@ export default {
|
||||||
},
|
},
|
||||||
// 题目点击
|
// 题目点击
|
||||||
testClick(item) {
|
testClick(item) {
|
||||||
|
console.log(item, "xxxxxxx");
|
||||||
// 保存缓存
|
// 保存缓存
|
||||||
this.saveCacheData();
|
this.saveCacheData();
|
||||||
this.testContent.options = [];
|
this.testContent.options = [];
|
||||||
|
|
Loading…
Reference in New Issue