Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-22 11:01:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aa9c8ea0e38927239b3a4cbe48e22f5118bec936
aa9c8ea0
1 parent
c1e1cca7
docs(UploadMediaPopup): 更新组件标题为"拍照留念"并添加文件头注释
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
src/components/UploadMediaPopup.vue
src/components/UploadMediaPopup.vue
View file @
aa9c8ea
<!--
* @Date: 2025-09-22 10:10:44
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-22 11:00:26
* @FilePath: /lls_program/src/components/UploadMediaPopup.vue
* @Description: 文件描述
-->
<template>
<PopupWrapper
v-model:visible="popupVisible"
position="right"
title="
上传照片/视频
"
title="
拍照留念
"
:fullscreen="true"
:close-on-click-overlay="false"
@close="handleClose"
...
...
@@ -76,4 +83,4 @@ const handleClose = () => {
<style lang="less" scoped>
// 组件样式由PopupWrapper和UploadMediaComponent提供
</style>
\ No newline at end of file
</style>
...
...
Please
register
or
login
to post a comment