mirror of https://github.com/certd/certd
chore: 腾讯云国际站类型无需加密
parent
f1a25b21a6
commit
e99a20a120
|
@ -41,7 +41,7 @@ export class TencentAccess extends BaseAccess {
|
|||
},
|
||||
],
|
||||
},
|
||||
encrypt: true,
|
||||
encrypt: false,
|
||||
rules: [{ required: true, message: "该项必填" }],
|
||||
})
|
||||
accountType: string;
|
||||
|
|
|
@ -50,7 +50,7 @@ loadProducts();
|
|||
const orderModalRef = ref<any>(null);
|
||||
async function doOrder(req: any) {
|
||||
await orderModalRef.value.open({
|
||||
...req
|
||||
...req,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ const props = withDefaults(
|
|||
{
|
||||
modelValue: 0,
|
||||
edit: false,
|
||||
fontSize: 14
|
||||
fontSize: 14,
|
||||
}
|
||||
);
|
||||
|
||||
|
@ -26,7 +26,7 @@ const style = computed(() => {
|
|||
return {};
|
||||
}
|
||||
return {
|
||||
fontSize: props.fontSize + "px"
|
||||
fontSize: props.fontSize + "px",
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue