提交:修复微信联系人跳转404 问题

This commit is contained in:
23688nl 2022-05-09 11:02:38 +08:00
parent 258c210687
commit 96655b167a
3 changed files with 44 additions and 3 deletions

41
src/assets/wxok.html Normal file
View File

@ -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>

View File

@ -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()"
/> />

View File

@ -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%;