mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
chore: 腾讯云国际站类型无需加密
This commit is contained in:
@@ -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",
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user