提交:修复微信联系人跳转404 问题
This commit is contained in:
parent
258c210687
commit
96655b167a
|
@ -0,0 +1,41 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div style="
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: #e8e8e8;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;">
|
||||||
|
<div style="
|
||||||
|
height: 260px;
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: center;
|
||||||
|
color: #67c23a;
|
||||||
|
font-size: 10vw;">
|
||||||
|
<span
|
||||||
|
style="
|
||||||
|
display: block;
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
|
background: #67c23a;
|
||||||
|
border-radius: 50%;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 1;
|
||||||
|
color: #fff;
|
||||||
|
">√</span>
|
||||||
|
<span
|
||||||
|
style="
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
height: 130px;
|
||||||
|
">绑定成功</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -231,14 +231,14 @@
|
||||||
<el-form-item label="产品PK:" prop="prodKey">
|
<el-form-item label="产品PK:" prop="prodKey">
|
||||||
<el-input
|
<el-input
|
||||||
v-if="form.protocolType === 'OFFICIAL'"
|
v-if="form.protocolType === 'OFFICIAL'"
|
||||||
:disabled="form.vendorId || vendorId === 0"
|
:disabled="form.modelId || form.modelId === 0"
|
||||||
placeholder="请填写产品PK"
|
placeholder="请填写产品PK"
|
||||||
v-model="form.prodKey"
|
v-model="form.prodKey"
|
||||||
></el-input>
|
></el-input>
|
||||||
<el-input
|
<el-input
|
||||||
v-else
|
v-else
|
||||||
v-model="form.prodKey"
|
v-model="form.prodKey"
|
||||||
:disabled="form.vendorId || vendorId === 0"
|
:disabled="form.modelId || form.modelId === 0"
|
||||||
placeholder="点击选择产品"
|
placeholder="点击选择产品"
|
||||||
@focus="openProductTableSelectDialog()"
|
@focus="openProductTableSelectDialog()"
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -240,7 +240,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>-
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.device-run-starts-wrap {
|
.device-run-starts-wrap {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue