fix: 批量替换图片地址协议为https
This commit is contained in:
@@ -24,7 +24,7 @@ const props = defineProps({
|
||||
})
|
||||
|
||||
const title=ref("vue3-element-admin")
|
||||
const logo=ref("http://cdn.youlai.tech/logo.png")
|
||||
const logo=ref("https://cdn.youlai.tech/logo.png")
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user