摘要: <template> <div> <img class="no-drag" ref="image" src="https://dashanbook.oss-cn-shenzhen.aliyuncs.com/11.png" @mousedown="startSelection" @mousemove= 阅读全文
posted @ 2023-03-22 13:46 鲤斌 阅读(97) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <img class="no-drag" src="https://dashanbook.oss-cn-shenzhen.aliyuncs.com/11.png" @mousedown="startSelection" @mousemove="updateSelec 阅读全文
posted @ 2023-03-22 13:19 鲤斌 阅读(114) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <img ref="image" :src="imageUrl" :style="imageStyle" /> </div> </template> <script> export default { data() { return { imageUrl: "you 阅读全文
posted @ 2023-03-22 12:01 鲤斌 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 首先获取 ACCESS_KEYSECRET 与 ACCESS_KEYID 获取 ENDPOINT 与 ALI_DOMAIN 与 BUCKET_NAME(存储空间名称) 依赖 <!-- 图片上传依赖--> <dependency> <groupId>com.aliyun.oss</groupId> < 阅读全文
posted @ 2023-03-22 11:04 鲤斌 阅读(115) 评论(0) 推荐(0) 编辑